Skip to content

Commit

Permalink
dependabot: Keep PF at current major version and downgrade sass
Browse files Browse the repository at this point in the history
Ignore sass updates which introduced a warning about incompatible
changes on every build and don't upgrade to a PF major version as this
is done in Cockpit first.
  • Loading branch information
jelly committed Oct 25, 2024
1 parent a1d2017 commit 175c008
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ updates:
xterm:
patterns:
- "@xterm*"
ignore:
# needs to be done in Cockpit first
- dependency-name: "@patternfly/*"
update-types: ["major"]

# https://github.com/cockpit-project/cockpit/issues/21151
- dependency-name: "sass"
versions: ["1.80.x", "2.x"]

- package-ecosystem: "github-actions"
directory: "/"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"htmlparser": "1.7.7",
"ipaddr.js": "2.2.0",
"jed": "1.1.1",
"sass": "1.80.3",
"sass": "1.79.6",
"sizzle": "2.3.10",
"stylelint": "16.10.0",
"stylelint-config-recommended-scss": "14.0.0",
Expand Down

0 comments on commit 175c008

Please sign in to comment.