Skip to content

Commit 2844271

Browse files
authored
chore: update go.mod with dependabot (#159)
1 parent b9ac27f commit 2844271

File tree

1 file changed

+24
-12
lines changed

1 file changed

+24
-12
lines changed

.github/dependabot.yml

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,26 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "github-actions"
4-
directory: "/"
5-
schedule:
6-
interval: "daily"
7-
time: "06:00"
8-
timezone: "America/Chicago"
9-
commit-message:
10-
prefix: "chore"
11-
ignore:
12-
# These actions deliver the latest versions by updating the
13-
# major release tag, so handle updates manually
14-
- dependency-name: "actions/*"
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
time: "06:00"
8+
timezone: "America/Chicago"
9+
commit-message:
10+
prefix: "chore"
11+
ignore:
12+
# These actions deliver the latest versions by updating the major
13+
# release tag, so ignore minor and patch versions
14+
- dependency-name: "actions/*"
15+
update-types:
16+
- version-update:semver-minor
17+
- version-update:semver-patch
18+
19+
- package-ecosystem: "gomod"
20+
directory: "/"
21+
schedule:
22+
interval: "daily"
23+
time: "06:00"
24+
timezone: "America/Chicago"
25+
commit-message:
26+
prefix: "chore"

0 commit comments

Comments
 (0)