We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 224b5b7 commit 11abbd3Copy full SHA for 11abbd3
.github/dependabot.yml
@@ -1,34 +1,12 @@
1
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
-
9
updates:
10
- package-ecosystem: npm
11
directory: "/client"
12
schedule:
13
interval: daily
14
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
27
28
- package-ecosystem: gomod
29
directory: "/server"
30
31
32
33
34
0 commit comments