Skip to content

Commit 534d09b

Browse files
committed
Add .github/dependabot.yml
Make sure our github actions stay up to date. Since this is a package (set of packages), we do not to bump dependencies to the latest versions automatically, but only when it is really required, thus sticking to Go's minimum version selection rules (essentially so that users of these packages are not required to unnecessarily update their dependencies). Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 33e090f commit 534d09b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Please see the documentation for all configuration options:
2+
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3+
4+
version: 2
5+
updates:
6+
# Dependencies listed in .github/workflows/*.yml
7+
- package-ecosystem: "github-actions"
8+
directory: "/"
9+
schedule:
10+
interval: "daily"

0 commit comments

Comments
 (0)