Skip to content

Commit

Permalink
feat: label depbot PRs as automated (#33042)
Browse files Browse the repository at this point in the history
* feat: label depbot PRs as automated

* Update .github/dependabot.yml
  • Loading branch information
bsmth authored May 2, 2024
1 parent 8f9ff7b commit 7f2921b
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 @@ -6,8 +6,16 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 10
labels:
- "automated pr"
- "dependencies"
- "javascript"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
labels:
- "automated pr"
- "dependencies"
- "github actions"

0 comments on commit 7f2921b

Please sign in to comment.