Skip to content

Commit 2493ae4

Browse files
authored
ci: Enable Dependabot for security updates
1 parent 3adb156 commit 2493ae4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yml

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
version: 2
22

33
updates:
4+
- package-ecosystem: gomod
5+
directory: /
6+
schedule:
7+
interval: daily
8+
labels:
9+
- dependencies
10+
- security
11+
# Disable regular version updates and only use Dependabot for security updates
12+
open-pull-requests-limit: 0
413
- package-ecosystem: github-actions
514
directory: /
615
schedule:

0 commit comments

Comments
 (0)