dependabot: only update github-actions
We update go packages as part of the release cycle, dependant bots also never fixup all the `go.sum` in the repo so this is noisy failing PRs.
Jorropo committed
Jan 16, 2024 at 08:18 UTC
f72c6cf9838ca2d4f72a475034926d006fc1de7e
1 file changed
-8
.github/dependabot.yml
-8
@@ -1,13 +1,5 @@
1
version: 2
2
updates:
3
- - package-ecosystem: gomod
4
- directory: "/"
5
- schedule:
6
- interval: daily
7
- time: "11:00"
8
- open-pull-requests-limit: 10
9
- labels:
10
- - "topic/dependencies"
3
- package-ecosystem: "github-actions"
4
directory: "/"
5
schedule: