Skip to content

Commit facdbc3

Browse files
fix(ci): dependabot
1 parent 5194cef commit facdbc3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ updates:
2121
open-pull-requests-limit: 0 # Disable dependabot for go deps, we want them rock solid
2222
ignore:
2323
- dependency-name: "go-ipfs" # explicit ignore just in case, because this is handled by .github/workflows/update-on-new-ipfs-tag.yml
24+
- package-ecosystem: "github-actions"
25+
directory: "/"
26+
schedule:
27+
interval: "weekly"

0 commit comments

Comments
 (0)