Skip to content

Commit 6c3988e

Browse files
🩹 [Patch]: Update Dependabot configuration to include labels for GitHub Actions (#54)
## Description This pull request makes a small configuration update to the Dependabot settings. It adds labels to automatically categorize pull requests related to GitHub Actions dependencies. * [`.github/dependabot.yml`](diffhunk://#diff-dd4fbda47e51f1e35defb9275a9cd9c212ecde0b870cba89ddaaae65c5f3cd28R10-R12): Added `dependencies` and `github-actions` labels to GitHub Actions update PRs.
1 parent 92043dc commit 6c3988e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎.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)