Skip to content

Commit 11abbd3

Browse files
Update dependabot.yml
1 parent 224b5b7 commit 11abbd3

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/dependabot.yml

-22
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,12 @@
11
version: 2
2-
registries:
3-
git-gitlab-com:
4-
type: git
5-
url: https://gitlab.com
6-
username: thecampagnards
7-
password: "${{secrets.GIT_GITLAB_COM_PASSWORD}}"
8-
92
updates:
103
- package-ecosystem: npm
114
directory: "/client"
125
schedule:
136
interval: daily
147
open-pull-requests-limit: 10
15-
ignore:
16-
- dependency-name: "@types/node"
17-
versions:
18-
- 15.0.0
19-
registries:
20-
- git-gitlab-com
21-
- package-ecosystem: docker
22-
directory: "/"
23-
schedule:
24-
interval: daily
25-
open-pull-requests-limit: 10
26-
registries:
27-
- git-gitlab-com
288
- package-ecosystem: gomod
299
directory: "/server"
3010
schedule:
3111
interval: daily
3212
open-pull-requests-limit: 10
33-
registries:
34-
- git-gitlab-com

0 commit comments

Comments
 (0)