Skip to content

Commit

Permalink
dependabot ignore unsupported go versions (#1244)
Browse files Browse the repository at this point in the history
  • Loading branch information
matoval authored Dec 13, 2024
1 parent d58d273 commit d7b5f18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ updates:
labels:
- "dependencies"
- "go"
ignore:
- dependency-name: "golang"
versions: ["1.23", "1.24"]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit d7b5f18

Please sign in to comment.