Skip to content

Commit

Permalink
Ignores minor version in content dockerfile updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lorengordon committed Aug 1, 2024
1 parent 0725e74 commit 4a55b6b
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 4a55b6b

Please sign in to comment.