Skip to content

Commit 6f2a600

Browse files
Merge pull request #821 from ranocha/hr/dependabot
enable dependabot for GitHub actions
2 parents 4c76623 + ec931e0 commit 6f2a600

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
12
version: 2
23
updates:
34
- package-ecosystem: "github-actions"
4-
directory: "/"
5+
directory: "/" # Location of package manifests
56
schedule:
6-
interval: "daily"
7+
interval: "weekly"

0 commit comments

Comments
 (0)