Skip to content

Commit b2d9ed5

Browse files
committed
Hold back packages that need newer golang
Signed-off-by: Stephen Finucane <[email protected]>
1 parent 88fadee commit b2d9ed5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/dependabot.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ updates:
55
schedule:
66
interval: daily
77
open-pull-requests-limit: 10
8+
ignore:
9+
# These dependencies are skipped because they require a newer version of go:
10+
- dependency-name: "golang.org/x/sys"
11+
- dependency-name: "golang.org/x/text"
812
- package-ecosystem: "github-actions"
913
directory: "/"
10-
schedule:
14+
schedule:
1115
interval: daily
1216
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)