Skip to content

Commit b4dd13d

Browse files
committed
chore(gh): update dependabot
Update Dependabot. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
1 parent fb161d7 commit b4dd13d

1 file changed

Lines changed: 22 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,25 @@
11
---
22
version: 2
3+
34
updates:
4-
- package-ecosystem: "github-actions"
5-
directory: "/"
6-
schedule:
7-
interval: "daily"
5+
- package-ecosystem: github-actions
6+
target-branch: develop
7+
directory: /
8+
schedule:
9+
interval: weekly
10+
labels:
11+
- chore
12+
- github-actions
13+
commit-message:
14+
prefix: 'chore(gh):'
15+
16+
- package-ecosystem: pip
17+
target-branch: develop
18+
directory: /
19+
schedule:
20+
interval: weekly
21+
labels:
22+
- chore
23+
- dependencies
24+
commit-message:
25+
prefix: 'chore(gh):'

0 commit comments

Comments
 (0)