summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Nicholson <dbn@endlessos.org>2022-01-04 06:17:08 -0700
committerGitHub <noreply@github.com>2022-01-04 06:17:08 -0700
commit8e3323fa2f0107205a2d59ac5a129d33eedea45b (patch)
treeeb0229d51da2aa528cee24a372d73bedb4da6617
parenta3555f4d1239c1c1aab356a5979e15665fef6ad6 (diff)
parent2bfdcea2c5b6d77154c5f3c82bcc47b8c624f0e8 (diff)
downloadostree-8e3323fa2f0107205a2d59ac5a129d33eedea45b.tar.gz
Merge pull request #2506 from lucab/ups/dependabot-config
github: add dependabot config
-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"