Skip to content

Commit 97be080

Browse files
chore: update Dependabot configuration to include additional labels for GitHub Actions (#24)
## Description This pull request makes a small configuration update to Dependabot. The change adds default labels to pull requests created for GitHub Actions updates, making it easier to identify and filter these dependency PRs. * Added the `dependencies` and `github-actions` labels to Dependabot PRs for GitHub Actions updates in `.github/dependabot.yml`.
1 parent d42e947 commit 97be080

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@ version: 2
77
updates:
88
- package-ecosystem: github-actions # See documentation for possible values
99
directory: / # Location of package manifests
10+
labels:
11+
- dependencies
12+
- github-actions
1013
schedule:
1114
interval: weekly

0 commit comments

Comments
 (0)