mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
fix: dependabot uses the correct labels (#7530)
This commit is contained in:
+21
-16
@@ -1,30 +1,35 @@
|
|||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: 'github-actions'
|
||||||
directory: "/"
|
directory: '/'
|
||||||
groups:
|
groups:
|
||||||
github-actions:
|
github-actions:
|
||||||
patterns:
|
patterns:
|
||||||
- "*" # Group all Actions updates into a single larger pull request
|
- '*'
|
||||||
|
labels:
|
||||||
|
- 'commit::chore'
|
||||||
|
- 'type::automated-pr'
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: 'weekly'
|
||||||
# Upgrade for npm packages, minor and patch versions only
|
- package-ecosystem: 'npm'
|
||||||
- package-ecosystem: "npm"
|
directory: '/'
|
||||||
directory: "/"
|
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: 'weekly'
|
||||||
open-pull-requests-limit: 5
|
open-pull-requests-limit: 5
|
||||||
groups:
|
groups:
|
||||||
production_dependencies:
|
production_dependencies:
|
||||||
dependency-type: "production"
|
dependency-type: 'production'
|
||||||
update-types:
|
update-types:
|
||||||
- "minor"
|
- 'minor'
|
||||||
- "patch"
|
- 'patch'
|
||||||
development_dependencies:
|
development_dependencies:
|
||||||
dependency-type: "development"
|
dependency-type: 'development'
|
||||||
update-types:
|
update-types:
|
||||||
- "minor"
|
- 'minor'
|
||||||
- "patch"
|
- 'patch'
|
||||||
ignore:
|
ignore:
|
||||||
- dependency-name: "*"
|
- dependency-name: '*'
|
||||||
update-types: ["version-update:semver-major"]
|
update-types: ['version-update:semver-major']
|
||||||
|
labels:
|
||||||
|
- 'commit::chore'
|
||||||
|
- 'type::automated-pr'
|
||||||
|
|||||||
Reference in New Issue
Block a user