Skip to content

Commit e3faae1

Browse files
lzapavitova
authored andcommitted
chore: enable dependabot only for GHA
1 parent 89a8d2a commit e3faae1

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
version: 2
3+
updates:
4+
# Gobump does go.mod/go.sum updates
5+
6+
# Maintain dependencies for GitHub Actions
7+
- package-ecosystem: "github-actions"
8+
directory: "/"
9+
schedule:
10+
interval: "weekly"
11+
time: "04:00"
12+
open-pull-requests-limit: 5
13+
rebase-strategy: "disabled"

0 commit comments

Comments
 (0)