Skip to content

Commit b86fca3

Browse files
authored
Update Dependabot configuration for GitHub Actions
Removed comments and added labels for GitHub Actions updates.
1 parent d05d031 commit b86fca3

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
4-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5-
61
version: 2
72
updates:
8-
- package-ecosystem: "github-actions" # See documentation for possible values
3+
# Enable version updates for GitHub Actions
4+
- package-ecosystem: "github-actions"
95
directory: "/" # Location of package manifests
106
schedule:
117
interval: "weekly"
8+
labels:
9+
- "👆 Dependencies"
10+
- "🔄️ GitHub Actions"

0 commit comments

Comments
 (0)