Skip to content

Commit b713966

Browse files
authored
chore: Change Dependabot target branch, add Github actions (#91)
Added configuration for GitHub Actions updates.
1 parent 4c85ee1 commit b713966

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,18 @@ version: 2
22
updates:
33
- package-ecosystem: gradle
44
directory: "/"
5-
target-branch: "development"
65
labels: [ "dependabot" ]
76
schedule:
87
interval: "daily"
98
open-pull-requests-limit: 10
109
commit-message:
1110
prefix: "chore"
11+
- package-ecosystem: github-actions
12+
directory: /
13+
schedule:
14+
interval: weekly
15+
open-pull-requests-limit: 4
16+
labels:
17+
- dependabot
18+
commit-message:
19+
prefix: "chore"

0 commit comments

Comments
 (0)