File tree Expand file tree Collapse file tree 3 files changed +35
-10
lines changed Expand file tree Collapse file tree 3 files changed +35
-10
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
updates :
3
- - package-ecosystem : gomod
3
+ - package-ecosystem : " gomod"
4
4
directory : " /"
5
5
schedule :
6
- interval : daily
7
- open-pull-requests-limit : 10
6
+ interval : " daily"
8
7
labels :
9
8
- " dependencies"
10
- commit-message :
11
- prefix : " feat"
12
- include : " scope"
13
9
- package-ecosystem : " docker"
14
10
directory : " /"
15
11
schedule :
16
12
interval : " weekly"
17
13
labels :
18
14
- " dependencies"
19
- commit-message :
20
- prefix : " feat"
21
- include : " scope"
22
-
15
+ - package-ecosystem : " github-actions"
16
+ directory : " /"
17
+ schedule :
18
+ interval : " weekly"
19
+ labels :
20
+ - " dependencies"
Original file line number Diff line number Diff line change
1
+ name : Approve dependabot PR
2
+
3
+ on : pull_request
4
+
5
+ jobs :
6
+ approve :
7
+ uses : adevinta/vulcan-cicd/.github/workflows/reusable-approve-dependabot-pr.yml@v1
8
+ secrets :
9
+ PAT : ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}
Original file line number Diff line number Diff line change
1
+ name : Release dependabot updates
2
+
3
+ on :
4
+
5
+ # To generate a release on every update
6
+ # push:
7
+ # branches: master
8
+
9
+ # To group dependabot updates in the same release
10
+ schedule :
11
+ - cron : ' 30 5 * * *'
12
+
13
+ # To allow manual execution
14
+ workflow_dispatch :
15
+
16
+ jobs :
17
+ release :
18
+ uses : adevinta/vulcan-cicd/.github/workflows/reusable-release-dependabot-updates.yml@v1
You can’t perform that action at this time.
0 commit comments