Skip to content

Commit 3826d0b

Browse files
Merge pull request #5 from cyclone-github/chore/dependabot-setup
chore(deps): enable daily Dependabot for Go modules
2 parents 94ccb3c + dcac6cf commit 3826d0b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/dependabot.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "gomod"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
time: "06:00"
8+
timezone: "America/Chicago"
9+
open-pull-requests-limit: 10
10+
commit-message:
11+
prefix: "chore(deps)"
12+
groups:
13+
minor-and-patch:
14+
patterns: ["*"]
15+
update-types: ["minor", "patch"]
16+
ignore:
17+
- dependency-name: "*"
18+
update-types: ["version-update:semver-major"]

0 commit comments

Comments
 (0)