aboutsummaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorLibravatar Topi Miettinen <toiwoton@gmail.com>2021-12-13 14:49:53 +0200
committerLibravatar Topi Miettinen <topimiettinen@users.noreply.github.com>2021-12-26 21:52:05 +0000
commit678eb88ee79eead85eb5a95c214a6842a1cb1045 (patch)
tree95fbf0a1ee500d17f5f4de8da4756fab00299822 /.github/dependabot.yml
parentCI: pin GitHub actions to SHAs (diff)
downloadfirejail-678eb88ee79eead85eb5a95c214a6842a1cb1045.tar.gz
firejail-678eb88ee79eead85eb5a95c214a6842a1cb1045.tar.zst
firejail-678eb88ee79eead85eb5a95c214a6842a1cb1045.zip
CI: enable Dependabot for updating SHAs
Update GitHub actions with Dependabot: https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/keeping-your-actions-up-to-date-with-dependabot
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 000000000..30242923d
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,7 @@
1version: 2
2updates:
3 - package-ecosystem: "github-actions"
4 directory: "/"
5 schedule:
6 interval: "weekly"
7 open-pull-requests-limit: 2