Skip to content

Commit

Permalink
chore: Group dependabot updates (#9299)
Browse files Browse the repository at this point in the history
  • Loading branch information
hangy authored Nov 12, 2023
1 parent 87d094b commit 8638175
Showing 1 changed file with 35 additions and 4 deletions.
39 changes: 35 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,54 @@ updates:
schedule:
interval: "daily"
open-pull-requests-limit: 300
groups:
babel:
patterns:
- "@babel/*"
- "gulp-babel"
gulp:
patterns:
- "@types/gulp*"
- "gulp*"
exclude-patterns:
- "gulp-babel"
jquery:
patterns:
- "@types/jquery*"
- "jquery*"
leaflet:
patterns:
- "leaflet*"
lint:
patterns:
- "@typescript-eslint/*"
- "eslint*"
- "stylelint*"
test-dependencies:
patterns:
- "chai*"
- "mocha"
typescript:
patterns:
- "ts-node"
- "typescript"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "daily"
open-pull-requests-limit: 300
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
interval: "daily"
open-pull-requests-limit: 300
- package-ecosystem: "docker"
directory: "/docker/frontend"
schedule:
interval: "daily"
interval: "daily"
open-pull-requests-limit: 300
- package-ecosystem: "pip"
directory: "/scripts/packager-codes/non-eu/"
schedule:
interval: "daily"
interval: "daily"
open-pull-requests-limit: 300

0 comments on commit 8638175

Please sign in to comment.