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:
Martin Pitt 2024-11-17 16:45:32 +01:00 committed by Jelle van der Waa
parent 526f206a9f
commit 3fe8b6766e

View file

@ -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/*"