Skip to content

Commit

Permalink
ci: sync with template repository
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 5, 2024
1 parent ec008ea commit cc68c33
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ updates:
- package-ecosystem: cargo
directory: /
schedule:
interval: weekly
interval: daily
groups:
cargo:
patterns:
Expand All @@ -15,7 +15,7 @@ updates:
- package-ecosystem: gitsubmodule
directory: /
schedule:
interval: weekly
interval: daily
groups:
gitsubmodule:
patterns:
Expand All @@ -24,7 +24,7 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
interval: daily
groups:
github-actions:
patterns:
Expand All @@ -33,7 +33,7 @@ updates:
- package-ecosystem: gomod
directory: /
schedule:
interval: weekly
interval: daily
groups:
gomod:
patterns:
Expand All @@ -42,7 +42,7 @@ updates:
- package-ecosystem: npm
directory: /
schedule:
interval: weekly
interval: daily
groups:
npm:
patterns:
Expand All @@ -51,7 +51,7 @@ updates:
- package-ecosystem: pip
directory: /
schedule:
interval: weekly
interval: daily
groups:
pip:
patterns:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
merge:
name: Merge
permissions:
contents: write
pull-requests: write
if: github.event.pull_request.user.login == 'dependabot[bot]' ||
github.event.pull_request.user.login == 'pre-commit-ci[bot]'
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/template.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
name: Template Repository

on:
schedule:
- cron: 0 0 * * 0
workflow_dispatch:

permissions:
contents: write

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

jobs:
template:
name: Template
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit cc68c33

Please sign in to comment.