dependabot: Keep sass at < 1.80
sass 1.80 (and 2.x) introduces tons of "@import rules are deprecated". These are unfixable on our side due to PatternFly using them extensively. We don't need any new sass features, so stick to 1.79.x. Explicitly not ignore 3.x (which will drop @import) to get a reminder in the future to try and clean this up again. Same as https://github.com/cockpit-project/cockpit/pull/21155 Closes #1017
This commit is contained in:
parent
5454dc9ce1
commit
b1e6b82792
1 changed files with 5 additions and 0 deletions
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
|
|
@ -29,6 +29,11 @@ updates:
|
||||||
- "@types*"
|
- "@types*"
|
||||||
- "types*"
|
- "types*"
|
||||||
|
|
||||||
|
ignore:
|
||||||
|
# https://github.com/cockpit-project/cockpit/issues/21151
|
||||||
|
- dependency-name: "sass"
|
||||||
|
versions: ["1.80.x", "2.x"]
|
||||||
|
|
||||||
- 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