diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5b99958f2..2aad0a94e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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: "/" diff --git a/node_modules b/node_modules index 878b2706c..a19948f51 160000 --- a/node_modules +++ b/node_modules @@ -1 +1 @@ -Subproject commit 878b2706c5a8fed7a456c492384eece706890ce5 +Subproject commit a19948f515732c008e41b8eebff5d60e15738e6f diff --git a/package.json b/package.json index c79dc8f34..10a6e4714 100644 --- a/package.json +++ b/package.json @@ -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",