dependabot: Ignore 1.8x versions as well
sass is at 1.81.0 now, which we also don't want -- we want to stay on 1.79.x for the time being.
This commit is contained in:
parent
526f206a9f
commit
3fe8b6766e
1 changed files with 1 additions and 1 deletions
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
|
|
@ -32,7 +32,7 @@ updates:
|
||||||
ignore:
|
ignore:
|
||||||
# https://github.com/cockpit-project/cockpit/issues/21151
|
# https://github.com/cockpit-project/cockpit/issues/21151
|
||||||
- dependency-name: "sass"
|
- dependency-name: "sass"
|
||||||
versions: ["1.80.x", "2.x"]
|
versions: [">=1.80.0", "2.x"]
|
||||||
|
|
||||||
# needs to be done in Cockpit first
|
# needs to be done in Cockpit first
|
||||||
- dependency-name: "@patternfly/*"
|
- dependency-name: "@patternfly/*"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue