Skip to content

Commit 0313e05

Browse files
authored
Only update patch versions on main
Signed-off-by: Ryan Baxter <ryan.baxter@broadcom.com>
1 parent 101a5b3 commit 0313e05

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,12 @@ updates:
3737
schedule:
3838
interval: daily
3939
target-branch: main
40-
# ignore:
41-
# # only upgrade by minor or patch
42-
# - dependency-name: "*"
43-
# update-types:
44-
# - version-update:semver-major
40+
ignore:
41+
# only upgrade patch versions for maintenance branch
42+
- dependency-name: "*"
43+
update-types:
44+
- version-update:semver-major
45+
- version-update:semver-minor
4546
- package-ecosystem: npm
4647
target-branch: docs-build
4748
directory: /

0 commit comments

Comments
 (0)