summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca BRUNO <luca.bruno@coreos.com>2022-01-04 10:30:20 +0000
committerLuca BRUNO <luca.bruno@coreos.com>2022-01-04 10:34:30 +0000
commit2bfdcea2c5b6d77154c5f3c82bcc47b8c624f0e8 (patch)
treeeb0229d51da2aa528cee24a372d73bedb4da6617
parenta3555f4d1239c1c1aab356a5979e15665fef6ad6 (diff)
downloadostree-2bfdcea2c5b6d77154c5f3c82bcc47b8c624f0e8.tar.gz
github: add dependabot config
This adds a configuration file for dependabot, taking care of automatic updates for all git submodules.
-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 00000000..94960142
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,7 @@
+---
+version: 2
+updates:
+ - package-ecosystem: "gitsubmodule"
+ directory: "/"
+ schedule:
+ interval: "daily"