Skip to content

Commit fbc8104

Browse files
committed
chore: add engineering standards (dependabot, generic)
1 parent 5815a9e commit fbc8104

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/dependabot.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)