Skip to content

Commit

Permalink
Remove Vue updates from Dependabot
Browse files Browse the repository at this point in the history
Per the README, we want to keep using the same Vue version as MediaWiki
core, so let’s disable Dependabot updates for these packages.
  • Loading branch information
lucaswerkmeister committed Oct 16, 2024
1 parent 6891480 commit 6db8d29
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ updates:
schedule:
interval: monthly
open-pull-requests-limit: 15
ignore:
# use the same version of Vue and Vuex as in MediaWiki core
- dependency-name: "vue"
- dependency-name: "@vue/compiler-dom"
- dependency-name: "@vue/server-renderer"
- dependency-name: "vuex"

0 comments on commit 6db8d29

Please sign in to comment.