Skip to content

Commit

Permalink
Use Ruby version syntax for Dependabot-Docker
Browse files Browse the repository at this point in the history
According to
https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#versions-ignore
this is needed. Unfortunately I can find very little information
on "Ruby version syntax", but I think this comment states that
removing the `.x` might do it:
dependabot/dependabot-core#2644 (comment)
  • Loading branch information
Vinnl committed Jan 29, 2025
1 parent e7e3751 commit b076aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ updates:
ignore:
- dependency-name: "node"
# Odd-numbered versions are unstable releases, so skip those.
versions: ["23.x", "25.x", "27.x", "29.x"]
versions: ["23", "25", "27", "29"]

0 comments on commit b076aff

Please sign in to comment.