Skip to content

Commit

Permalink
Merge pull request #79 from plus3it/dependabot/docker/scripts/ubuntu-…
Browse files Browse the repository at this point in the history
…22.10

Ignores minor version in content dockerfile updates
  • Loading branch information
lorengordon authored Aug 1, 2024
2 parents b21e64c + ede2c53 commit 7fed565
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ updates:
interval: monthly
ignore:
- dependency-name: "ubuntu"
update-types: ["version-update:semver-major"]
update-types:
- "version-update:semver-major"
- "version-update:semver-minor"

0 comments on commit 7fed565

Please sign in to comment.