Skip to content

Commit 5c92d90

Browse files
committed
Align Dependabot PRs with CONTRIBUTING
Previously Dependabot was setup to submit PRs to every branch. However, this does not align with the contributing guidelines which state to only submit a PR on the oldest branch so that merge forward strategy can be used. This changes the dependabot configuration to better align with our contributing guidelines: - PRs for github actions are submitted against the oldest branch since all branches will need updated using a merge forward stategy. Merging a github action will require us to merge forward manually and preserve the changes in the oldest branch to pickup the github actions update. - Java dependencieds are submitted against each branch since they will need to merge -s ours to preserve the correct major.minor semantics. Merging a java dependency will now require us to do the merging manually.
1 parent aa338e9 commit 5c92d90

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/dependabot.yml

-18
Original file line numberDiff line numberDiff line change
@@ -86,16 +86,6 @@ updates:
8686
update-types:
8787
- version-update:semver-major
8888

89-
- package-ecosystem: github-actions
90-
target-branch: 6.4.x
91-
directory: /
92-
schedule:
93-
interval: weekly
94-
labels:
95-
- 'type: task'
96-
- 'in: build'
97-
ignore:
98-
- dependency-name: sjohnr/*
9989
- package-ecosystem: github-actions
10090
target-branch: 6.3.x
10191
directory: /
@@ -106,14 +96,6 @@ updates:
10696
- 'in: build'
10797
ignore:
10898
- dependency-name: sjohnr/*
109-
- package-ecosystem: github-actions
110-
target-branch: main
111-
directory: /
112-
schedule:
113-
interval: weekly
114-
labels:
115-
- 'type: task'
116-
- 'in: build'
11799
- package-ecosystem: github-actions
118100
target-branch: docs-build
119101
directory: /

0 commit comments

Comments
 (0)