Skip to content

Commit 240184e

Browse files
Setup dependabot for go packages, docker and actions
1 parent b3427ea commit 240184e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/dependabot.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Please see the documentation for all configuration options:
2+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3+
4+
version: 2
5+
updates:
6+
- package-ecosystem: 'gomod'
7+
directory: '/'
8+
schedule:
9+
interval: 'weekly'
10+
11+
- package-ecosystem: 'docker'
12+
directory: '/'
13+
schedule:
14+
interval: 'weekly'
15+
16+
- package-ecosystem: 'github-actions'
17+
# Workflow files stored in the
18+
# default location of `.github/workflows`
19+
directory: '/'
20+
schedule:
21+
interval: 'weekly'

0 commit comments

Comments
 (0)