Skip to content

Commit

Permalink
ci(renovate): restrict workflow_run to Renovate branches (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown authored Mar 27, 2024
1 parent 436ed8e commit f9dfc74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ branches:
- name: main
protection:
required_status_checks:
strict: true
strict: false
contexts: ['Test', 'Release', 'Renovate / Renovate']
enforce_admins: true
required_pull_request_reviews: null
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ name: Renovate
default: false
workflow_run:
workflows: ['CI']
branches: ['renovate/**']
types: [completed]

jobs:
Expand Down

0 comments on commit f9dfc74

Please sign in to comment.