Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.

Commit 8e95c79

Browse files
ci: sync with template repository
1 parent c014052 commit 8e95c79

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

.github/dependabot.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ updates:
66
- package-ecosystem: cargo
77
directory: /
88
schedule:
9-
interval: weekly
9+
interval: daily
1010
groups:
1111
cargo:
1212
patterns:
@@ -15,7 +15,7 @@ updates:
1515
- package-ecosystem: gitsubmodule
1616
directory: /
1717
schedule:
18-
interval: weekly
18+
interval: daily
1919
groups:
2020
gitsubmodule:
2121
patterns:
@@ -24,7 +24,7 @@ updates:
2424
- package-ecosystem: github-actions
2525
directory: /
2626
schedule:
27-
interval: weekly
27+
interval: daily
2828
groups:
2929
github-actions:
3030
patterns:
@@ -33,7 +33,7 @@ updates:
3333
- package-ecosystem: gomod
3434
directory: /
3535
schedule:
36-
interval: weekly
36+
interval: daily
3737
groups:
3838
gomod:
3939
patterns:
@@ -42,7 +42,7 @@ updates:
4242
- package-ecosystem: npm
4343
directory: /
4444
schedule:
45-
interval: weekly
45+
interval: daily
4646
groups:
4747
npm:
4848
patterns:
@@ -51,7 +51,7 @@ updates:
5151
- package-ecosystem: pip
5252
directory: /
5353
schedule:
54-
interval: weekly
54+
interval: daily
5555
groups:
5656
pip:
5757
patterns:

.github/workflows/merge.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
merge:
1818
name: Merge
1919
permissions:
20+
contents: write
2021
pull-requests: write
2122
if: github.event.pull_request.user.login == 'dependabot[bot]' ||
2223
github.event.pull_request.user.login == 'pre-commit-ci[bot]'

.github/workflows/template.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
name: Template Repository
22

33
on:
4-
schedule:
5-
- cron: 0 0 * * 0
64
workflow_dispatch:
75

8-
permissions:
9-
contents: write
10-
116
concurrency:
127
group: ${{ github.workflow }}-${{ github.ref }}
138

149
jobs:
1510
template:
1611
name: Template
12+
permissions:
13+
contents: write
1714
runs-on: ubuntu-latest
1815
steps:
1916
- name: Checkout

0 commit comments

Comments
 (0)