Skip to content

Commit e2c2fbf

Browse files
Add dependabot.yaml to configure Dependabot
1 parent 268b17a commit e2c2fbf

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.github/dependabot.yaml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
directory: "/"
17+
schedule:
18+
interval: "weekly"
19+
pull-request-branch-name:
20+
separator: "-"
21+
groups:
22+
github-actions-dependencies:
23+
patterns:
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

Comments
 (0)