Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Add missing label to dependabot configuration (#6848)
Browse files Browse the repository at this point in the history
  • Loading branch information
gigitux authored Aug 5, 2022
1 parent 4781380 commit 2e2cb99
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ updates:
interval: 'monthly'
open-pull-requests-limit: 10
labels:
- "skip-changelog"
- "skip-changelog"
- "type: dependencies"
- "github_actions"

# Maintain dependencies for npm
- package-ecosystem: 'npm'
Expand All @@ -17,7 +19,9 @@ updates:
interval: 'weekly'
open-pull-requests-limit: 10
labels:
- "skip-changelog"
- "skip-changelog"
- "type: dependencies"
- "javascript"

# Maintain dependencies for Composer
- package-ecosystem: 'composer'
Expand All @@ -26,4 +30,6 @@ updates:
interval: 'weekly'
open-pull-requests-limit: 10
labels:
- "skip-changelog"
- "skip-changelog"
- "type: dependencies"
- "php"

0 comments on commit 2e2cb99

Please sign in to comment.