dependabot: Keep PatternFly at current major version
Major PF updates always need to be done in Cockpit first, due to all the overrides and lib. Closes #1018
This commit is contained in:
parent
6cc062f76f
commit
52184d910f
1 changed files with 4 additions and 0 deletions
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
|
|
@ -34,6 +34,10 @@ updates:
|
||||||
- dependency-name: "sass"
|
- dependency-name: "sass"
|
||||||
versions: ["1.80.x", "2.x"]
|
versions: ["1.80.x", "2.x"]
|
||||||
|
|
||||||
|
# needs to be done in Cockpit first
|
||||||
|
- dependency-name: "@patternfly/*"
|
||||||
|
update-types: ["major"]
|
||||||
|
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
open-pull-requests-limit: 3
|
open-pull-requests-limit: 3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue