Skip to content

Commit e5f51e1

Browse files
authored
Merge pull request #3071 from replicatedhq/depupdate
minor updates to dependabot config
2 parents ac54091 + 56aa8ec commit e5f51e1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,18 @@ updates:
55
directory: "/" # Root directory
66
schedule:
77
interval: "weekly"
8+
open-pull-requests-limit: 10
9+
labels:
10+
- "dependencies"
11+
- "npm"
12+
- "type::security"
813

914
# Keep Dependabot itself up to date
1015
- package-ecosystem: "github-actions"
1116
directory: "/" # Root directory (or specify if actions are elsewhere)
1217
schedule:
1318
interval: "weekly"
19+
labels:
20+
- "dependencies"
21+
- "github-actions"
22+
- "type::security"

0 commit comments

Comments
 (0)