This repository was archived by the owner on Mar 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 6
6
- package-ecosystem : cargo
7
7
directory : /
8
8
schedule :
9
- interval : weekly
9
+ interval : daily
10
10
groups :
11
11
cargo :
12
12
patterns :
@@ -15,7 +15,7 @@ updates:
15
15
- package-ecosystem : gitsubmodule
16
16
directory : /
17
17
schedule :
18
- interval : weekly
18
+ interval : daily
19
19
groups :
20
20
gitsubmodule :
21
21
patterns :
@@ -24,7 +24,7 @@ updates:
24
24
- package-ecosystem : github-actions
25
25
directory : /
26
26
schedule :
27
- interval : weekly
27
+ interval : daily
28
28
groups :
29
29
github-actions :
30
30
patterns :
@@ -33,7 +33,7 @@ updates:
33
33
- package-ecosystem : gomod
34
34
directory : /
35
35
schedule :
36
- interval : weekly
36
+ interval : daily
37
37
groups :
38
38
gomod :
39
39
patterns :
@@ -42,7 +42,7 @@ updates:
42
42
- package-ecosystem : npm
43
43
directory : /
44
44
schedule :
45
- interval : weekly
45
+ interval : daily
46
46
groups :
47
47
npm :
48
48
patterns :
@@ -51,7 +51,7 @@ updates:
51
51
- package-ecosystem : pip
52
52
directory : /
53
53
schedule :
54
- interval : weekly
54
+ interval : daily
55
55
groups :
56
56
pip :
57
57
patterns :
Original file line number Diff line number Diff line change 17
17
merge :
18
18
name : Merge
19
19
permissions :
20
+ contents : write
20
21
pull-requests : write
21
22
if : github.event.pull_request.user.login == 'dependabot[bot]' ||
22
23
github.event.pull_request.user.login == 'pre-commit-ci[bot]'
Original file line number Diff line number Diff line change 1
1
name : Template Repository
2
2
3
3
on :
4
- schedule :
5
- - cron : 0 0 * * 0
6
4
workflow_dispatch :
7
5
8
- permissions :
9
- contents : write
10
-
11
6
concurrency :
12
7
group : ${{ github.workflow }}-${{ github.ref }}
13
8
14
9
jobs :
15
10
template :
16
11
name : Template
12
+ permissions :
13
+ contents : write
17
14
runs-on : ubuntu-latest
18
15
steps :
19
16
- name : Checkout
You can’t perform that action at this time.
0 commit comments