We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5194cef commit facdbc3Copy full SHA for facdbc3
.github/dependabot.yml
@@ -21,3 +21,7 @@ updates:
21
open-pull-requests-limit: 0 # Disable dependabot for go deps, we want them rock solid
22
ignore:
23
- 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