Skip to content

Commit

Permalink
fix: bump bfra-me/renovate-config preset to v2.3.6 (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown authored Dec 21, 2023
1 parent 7240bfa commit e1d09df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: ['github>bfra-me/renovate-config#v2.3.0'],
extends: [':prImmediately', 'github>bfra-me/renovate-config#v2.3.6'],
packageRules: [
{
matchFileNames: ['.github/workflows/**'],
Expand Down
2 changes: 1 addition & 1 deletion .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ branches:
- name: main
protection:
required_status_checks:
strict: true
strict: false
contexts:
- 'Build'
- 'Check if Renovate should run'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ name: Renovate
pull_request:
types: [edited]
push:
branches: ['**']
workflow_dispatch:
inputs:
print_config:
Expand All @@ -18,7 +19,7 @@ name: Renovate

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}

permissions: {}

Expand Down

0 comments on commit e1d09df

Please sign in to comment.