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.
2 parents e8cd0b4 + de27806 commit b512a79Copy full SHA for b512a79
.github/dependabot.yml
@@ -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
19
+ interval: daily
20
21
22
+ open-pull-requests-limit: 20
0 commit comments