Skip to content

Commit

Permalink
Exclude vue and eslint from major updates
Browse files Browse the repository at this point in the history
eslint 9 requires more work due to switching to flat configs by default. Vue 3 and Vuetify 3 need more work.
  • Loading branch information
peace-maker committed Aug 26, 2024
1 parent 5a3a1cd commit 320012b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,16 @@ updates:
groups:
production-dependencies:
dependency-type: "production"
exclude-patterns:
- "vue"
- "vue-router"
- "vuetify"
development-dependencies:
dependency-type: "development"
exclude-patterns:
- "eslint"
- "@typescript-eslint/parser"
- "@typescript-eslint/eslint-plugin"

- package-ecosystem: "gomod"
directory: "/"
Expand Down

0 comments on commit 320012b

Please sign in to comment.