diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cec1c25..ebaf016 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,11 +7,7 @@ updates: open-pull-requests-limit: 10 schedule: interval: "weekly" - groups: - vue-deps: - patterns: - - "vue" - - "@vue/compiler-sfc" + - package-ecosystem: "github-actions" directory: "/" schedule: diff --git a/package.json b/package.json index 9736ea0..47da6b6 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,6 @@ }, "devDependencies": { "@vitejs/plugin-vue": "^4.4.0", - "@vue/compiler-sfc": "^3.3.6", "autoprefixer": "^10.4.16", "eslint": "^8.52.0", "eslint-plugin-vue": "^9.18.1",