Skip to content

Commit 4267eac

Browse files
authored
Update dependabot.yml to ignore certain updates on main
Add ignore rules for major and minor version updates in Dependabot configuration on main Signed-off-by: Ryan Baxter <rbaxter85@gmail.com>
1 parent 8067e1d commit 4267eac

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)