projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3555f4
)
github: add dependabot config
author
Luca BRUNO
<luca.bruno@coreos.com>
Tue, 4 Jan 2022 10:30:20 +0000
(10:30 +0000)
committer
Luca BRUNO
<luca.bruno@coreos.com>
Tue, 4 Jan 2022 10:34:30 +0000
(10:34 +0000)
This adds a configuration file for dependabot, taking care of automatic
updates for all git submodules.
.github/dependabot.yml
[new file with mode: 0644]
patch
|
blob
diff --git a/.github/dependabot.yml
b/.github/dependabot.yml
new file mode 100644
(file)
index 0000000..
9496014
--- /dev/null
+++ b/
.github/dependabot.yml
@@ -0,0
+1,7
@@
+---
+version: 2
+updates:
+ - package-ecosystem: "gitsubmodule"
+ directory: "/"
+ schedule:
+ interval: "daily"