From b2d9ed54e7bace669338ce44712a9ad888044486 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 24 Sep 2025 13:30:05 +0100 Subject: [PATCH] Hold back packages that need newer golang Signed-off-by: Stephen Finucane --- .github/dependabot.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 2b5c704..d45f296 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -5,8 +5,12 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 + ignore: + # These dependencies are skipped because they require a newer version of go: + - dependency-name: "golang.org/x/sys" + - dependency-name: "golang.org/x/text" - package-ecosystem: "github-actions" directory: "/" - schedule: + schedule: interval: daily open-pull-requests-limit: 10