Skip to content

Commit 66dbe1b

Browse files
authored
Update dependabot.yml to ignore major and minor updates
Add ignore rule for major and minor version updates in Dependabot configuration. Signed-off-by: Ryan Baxter <[email protected]>
1 parent 9ae3ad5 commit 66dbe1b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ updates:
4242
schedule:
4343
interval: daily
4444
target-branch: main
45+
ignore:
46+
# only upgrade patch versions for maintenance branch
47+
- dependency-name: "*"
48+
update-types:
49+
- version-update:semver-major
50+
- version-update:semver-minor
4551
- package-ecosystem: npm
4652
target-branch: docs-build
4753
directory: /

0 commit comments

Comments
 (0)