We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5815a9e commit fbc8104Copy full SHA for fbc8104
.github/dependabot.yml
@@ -0,0 +1,21 @@
1
+# This file is auto-generated by engineering-standards.
2
+# Manual edits will be overwritten on the next sync cycle.
3
+# To customise, update the template in engineering-standards/scripts/generate-dependabot.sh.
4
+version: 2
5
+registries:
6
+ private-github:
7
+ type: git
8
+ url: https://github.com
9
+ username: x-access-token
10
+ password: ${{secrets.DEPENDABOT_SECRET}}
11
+updates:
12
+ - package-ecosystem: "github-actions"
13
+ directory: "/"
14
+ schedule:
15
+ interval: "daily"
16
+ timezone: "Europe/Berlin"
17
+ groups:
18
+ actions:
19
+ patterns: ["*"]
20
+ commit-message:
21
+ prefix: "chore(deps): "
0 commit comments