File tree 2 files changed +32
-5
lines changed
2 files changed +32
-5
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
+
2
3
updates :
3
4
- package-ecosystem : " gomod"
4
5
directory : " /"
5
6
schedule :
6
- interval : " daily"
7
+ interval : " weekly"
8
+ day : " monday"
9
+ time : " 05:00"
10
+ timezone : " America/New_York"
7
11
labels :
8
12
- " dependencies"
9
13
commit-message :
10
- prefix : " feat "
14
+ prefix : " chore "
11
15
include : " scope"
16
+
12
17
- package-ecosystem : " github-actions"
13
18
directory : " /"
14
19
schedule :
15
- interval : " daily"
20
+ interval : " weekly"
21
+ day : " monday"
22
+ time : " 05:00"
23
+ timezone : " America/New_York"
16
24
labels :
17
25
- " dependencies"
18
26
commit-message :
19
27
prefix : " chore"
20
28
include : " scope"
29
+
21
30
- package-ecosystem : " docker"
22
31
directory : " /"
23
32
schedule :
24
- interval : " daily"
33
+ interval : " weekly"
34
+ day : " monday"
35
+ time : " 05:00"
36
+ timezone : " America/New_York"
25
37
labels :
26
38
- " dependencies"
27
39
commit-message :
28
40
prefix : " feat"
29
- include : " scope"
41
+ include : " scope"
Original file line number Diff line number Diff line change
1
+ name : dependabot-sync
2
+ on :
3
+ schedule :
4
+ - cron : " 0 0 * * 0" # every Sunday at midnight
5
+ workflow_dispatch : # allows manual triggering
6
+
7
+ permissions :
8
+ contents : write
9
+ pull-requests : write
10
+
11
+ jobs :
12
+ dependabot-sync :
13
+ uses : charmbracelet/meta/.github/workflows/dependabot-sync.yml@main
14
+ with :
15
+ repo_name : ${{ github.event.repository.name }}
You can’t perform that action at this time.
0 commit comments