Skip to content

Commit

Permalink
chore(deps): update renovate group (#171)
Browse files Browse the repository at this point in the history
* chore: configure renovate to pin github actions digest (#173)

* chore: configure renovate to pin github actions digest

Signed-off-by: msclock <msclock@qq.com>

* chore: use naked digest replacement

Signed-off-by: msclock <msclock@qq.com>

---------

Signed-off-by: msclock <msclock@qq.com>

* chore(deps): update renovate group

---------

Signed-off-by: msclock <msclock@qq.com>
Co-authored-by: msclock <msclock@qq.com>
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
  • Loading branch information
serious-scaffold[bot] and msclock authored Apr 1, 2024
1 parent c4a4115 commit 3f9958d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
RENOVATE_PLATFORM: github
RENOVATE_REPOSITORIES: '["${{ github.repository }}"]'
RENOVATE_REPOSITORY_CACHE: enabled
image: ghcr.io/renovatebot/renovate:37.270.0-full@sha256:a7c8636af30738eb04eff442ed4cf1cbb8566a9fb825e13b50424d89759db501
image: ghcr.io/renovatebot/renovate:37.278.2-full@sha256:ba2d5b27e41c733f897395aff5cdba9fefab75efd4870d009d4e7ee0483b78aa
options: --user root
runs-on: ubuntu-22.04
steps:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ repos:

# Check for renovate config
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 37.270.0
rev: 37.278.0
hooks:
- id: renovate-config-validator
2 changes: 1 addition & 1 deletion .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"postUpgradeTasks": {
"commands": [
"find template -type f -exec sed -i 's|{{{depName}}}@{{{currentDigest}}} # {{{currentValue}}}|{{{depName}}}@{{{newDigest}}} # {{{newValue}}}|g' {} +"
"find template -type f -exec sed -i 's|{{{depName}}}@{{{currentDigest}}}|{{{depName}}}@{{{newDigest}}}|g' {} +"
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion template/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ repos:

# Check for renovate config
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 37.270.0
rev: 37.278.0
hooks:
- id: renovate-config-validator
2 changes: 1 addition & 1 deletion template/.renovaterc.json.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"postUpgradeTasks": {
"commands": [
"find template -type f -exec sed -i {{ '\'s|{{{depName}}}@{{{currentDigest}}} # {{{currentValue}}}|{{{depName}}}@{{{newDigest}}} # {{{newValue}}}|g\'' }} {} +"
"find template -type f -exec sed -i {{ '\'s|{{{depName}}}@{{{currentDigest}}}|{{{depName}}}@{{{newDigest}}}|g\'' }} {} +"
]
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
RENOVATE_PLATFORM: github
RENOVATE_REPOSITORIES: '["{{ '${{ github.repository }}' }}"]'
RENOVATE_REPOSITORY_CACHE: enabled
image: ghcr.io/renovatebot/renovate:37.270.0-full@sha256:a7c8636af30738eb04eff442ed4cf1cbb8566a9fb825e13b50424d89759db501
image: ghcr.io/renovatebot/renovate:37.278.2-full@sha256:ba2d5b27e41c733f897395aff5cdba9fefab75efd4870d009d4e7ee0483b78aa
options: --user root
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit 3f9958d

Please sign in to comment.