Skip to content

Commit b512a79

Browse files
authored
Merge pull request #13 from getyourguide/dependabot
Add dependabot
2 parents e8cd0b4 + de27806 commit b512a79

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/dependabot.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
version: 2
2+
registries:
3+
maven-codeartifact:
4+
type: maven-repository
5+
url: https://getyourguide-130607246975.d.codeartifact.eu-central-1.amazonaws.com/maven/private/
6+
username: "aws"
7+
password: "${{secrets.CODEARTIFACT_AUTH_TOKEN}}"
8+
updates:
9+
- package-ecosystem: github-actions
10+
directory: /
11+
schedule:
12+
interval: weekly
13+
day: sunday
14+
timezone: Europe/Berlin
15+
# Enable version updates for gradle
16+
- package-ecosystem: gradle
17+
directory: "/"
18+
schedule:
19+
interval: daily
20+
day: sunday
21+
timezone: Europe/Berlin
22+
open-pull-requests-limit: 20

0 commit comments

Comments
 (0)