Skip to content

Commit

Permalink
feat(dependabot): ignore a number of even versions of nodejs docker i…
Browse files Browse the repository at this point in the history
…mage.
  • Loading branch information
smuda committed Oct 23, 2024
1 parent b5349dd commit 9cb603d
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 @@ -4,6 +4,9 @@ updates:
directory: "/"
schedule:
interval: "daily"
ignore:
- dependency-name: "node"
versions: [ "23.x", "25.x", "27.x", "29.x", "31.x" ]
- package-ecosystem: "docker"
directory: "/demo"
schedule:
Expand Down

0 comments on commit 9cb603d

Please sign in to comment.