We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 268b17a commit e2c2fbfCopy full SHA for e2c2fbf
.github/dependabot.yaml
@@ -0,0 +1,31 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "composer"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
7
+ pull-request-branch-name:
8
+ separator: "-"
9
+ groups:
10
+ composer-dependencies:
11
+ patterns:
12
+ - "*"
13
+ registries:
14
+ - jfrog
15
+ - package-ecosystem: "github-actions"
16
17
18
19
20
21
22
+ github-actions-dependencies:
23
24
25
+
26
+registries:
27
+ jfrog:
28
+ type: composer-repository
29
+ url: https://jfrog.ais.acquia.io
30
+ username: github_dependabot_token
31
+ password: ${{secrets.JFROG_GITHUB_DEPENDABOT_TOKEN}}
0 commit comments