Skip to content

Commit 9066305

Browse files
authored
Remove unnecessary gomod and docker stuff from dependabot.yml (#36)
1 parent 0a4d001 commit 9066305

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,6 @@
11
---
22
version: 2
3-
registries:
4-
ghcr:
5-
type: docker-registry
6-
url: ghcr.io
7-
username: PAT
8-
password: '${{secrets.CONTAINER_BUILDER_TOKEN}}'
93
updates:
10-
- package-ecosystem: 'gomod'
11-
directory: '/'
12-
schedule:
13-
interval: weekly
14-
commit-message:
15-
prefix: 'chore(deps)'
16-
groups:
17-
dependencies:
18-
applies-to: version-updates
19-
update-types:
20-
- 'minor'
21-
- 'patch'
224
- package-ecosystem: 'npm'
235
directory: '/'
246
schedule:
@@ -31,20 +13,6 @@ updates:
3113
update-types:
3214
- 'minor'
3315
- 'patch'
34-
- package-ecosystem: docker
35-
registries:
36-
- ghcr
37-
directory: '/'
38-
schedule:
39-
interval: weekly
40-
commit-message:
41-
prefix: 'chore(deps)'
42-
groups:
43-
dependencies:
44-
applies-to: version-updates
45-
update-types:
46-
- 'minor'
47-
- 'patch'
4816
- package-ecosystem: github-actions
4917
directory: '/'
5018
schedule:

0 commit comments

Comments
 (0)