Skip to content

Commit c505d6c

Browse files
committed
fix(dependabot): remove labels that don't exist in repo
- Remove labels section from dependabot.yaml (requires pre-existing labels) - Update template in 130-git.mdc with note about labels requirement
1 parent f10a62b commit c505d6c

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

.github/dependabot.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ updates:
1515
time: "00:00"
1616
timezone: UTC
1717
open-pull-requests-limit: 10
18-
labels:
19-
- dependencies
20-
- github-actions
2118

2219
# npm (for MCP server and any JS tooling)
2320
- package-ecosystem: npm
@@ -30,6 +27,3 @@ updates:
3027
time: "00:00"
3128
timezone: UTC
3229
open-pull-requests-limit: 5
33-
labels:
34-
- dependencies
35-
- npm

rules/130-git.mdc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -756,9 +756,6 @@ updates:
756756
time: "00:00"
757757
timezone: UTC
758758
open-pull-requests-limit: 10
759-
labels:
760-
- dependencies
761-
- github-actions
762759

763760
# Add additional ecosystems as needed:
764761
# - package-ecosystem: pip
@@ -772,6 +769,9 @@ updates:
772769
# timezone: UTC
773770
```
774771

772+
> [!NOTE]
773+
> If you want to use `labels:`, create the labels in your repository first via GitHub UI or API.
774+
775775
---
776776

777777
### Pre-commit Configuration

0 commit comments

Comments
 (0)