Skip to content

Commit

Permalink
feat(deps): update renovate Docker tag to v36 (#514)
Browse files Browse the repository at this point in the history
Closes #555.

Co-authored-by: bfra-me[bot] <118100583+bfra-me[bot]@users.noreply.github.com>
  • Loading branch information
bfra-me[bot] authored Jul 11, 2023
1 parent 0ff96f5 commit 5e71d58
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
5 changes: 2 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"semanticCommitScope": "deps",
"postUpgradeTasks": {
"commands": ["npx prettier --no-color --write ."],
"fileFilters": ["**/**"],
"executionMode": "branch"
},
"packageRules": [
Expand All @@ -27,11 +26,11 @@
"semanticCommitType": "build"
},
{
"matchPaths": [".github/workflows/**"],
"matchFileNames": [".github/workflows/**"],
"semanticCommitType": "ci"
},
{
"matchPaths": ["**/*.md"],
"matchFileNames": ["**/*.md"],
"extends": [
"schedule:weekly",
"github>bfra-me/renovate-config:automerge/enabled"
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ concurrency:
permissions: {}

env:
RENOVATE_VERSION: 35.159.7 # renovate: datasource=docker depName=renovate packageName=ghcr.io/renovatebot/renovate
RENOVATE_VERSION: 36.7.0 # renovate: datasource=docker depName=renovate packageName=ghcr.io/renovatebot/renovate

jobs:
renovate:
Expand Down Expand Up @@ -128,7 +128,6 @@ jobs:
cache: ${{ inputs.cache && !inputs.dry_run && 'true' || github.event_name == 'schedule' && 'true' || 'false' }}
zzglobal_config: |-
{
allowPostUpgradeCommandTemplating: true,
allowedPostUpgradeCommands: [
'^npm ci( --ignore-scripts)?$',
'^(npx|pnpm|yarn) prettier( --no-color)? --write \\.$',
Expand All @@ -141,7 +140,7 @@ jobs:
],
onboardingConfig: {
'$schema': 'https://docs.renovatebot.com/renovate-schema.json',
extends: ['github>bfra-me/renovate-config#v1.4.0'],
extends: ['github>bfra-me/renovate-config#v1.8.0'],
},
onboardingConfigFileName: '.github/renovate.json5',
onboardingPrTitle: 'feat(deps): configure Renovate',
Expand Down
1 change: 0 additions & 1 deletion automerge.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"enabled": {
"automerge": true,
"addLabels": ["automerge"],
"platformAutomerge": true,
"azureAutoApprove": true,
"gitLabAutomerge": true,
"gitLabIgnoreApprovals": true,
Expand Down
2 changes: 1 addition & 1 deletion default.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"ignorePresets": [":ignoreModulesAndTests"],

"extends": [
"config:base",
"config:recommended",
":semanticCommits",
":separateMultipleMajorReleases",
"docker:enableMajor",
Expand Down

0 comments on commit 5e71d58

Please sign in to comment.