Skip to content

Commit 3cdd255

Browse files
chore(config): migrate Renovate config (#1920)
The Renovate config in this repository needs migrating. Typically this is because one or more configuration options you are using have been renamed. You don't need to merge this PR right away, because Renovate will continue to migrate these fields internally each time it runs. But later some of these fields may be fully deprecated and the migrations removed. So it's a good idea to merge this migration PR soon. 🔕 **Ignore**: Close this PR and you won't be reminded about config migration again, but one day your current config may no longer be valid. ❓ Got questions? Does something look wrong to you? Please don't hesitate to [request help here](https://redirect.github.com/renovatebot/renovate/discussions). --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/knope-dev/knope). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b614913 commit 3cdd255

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/renovate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": [
3-
"config:base",
3+
"config:recommended",
44
":semanticCommitTypeAll(chore)",
55
"github>Turbo87/renovate-config//rust/updateToolchain",
66
":automergeStableNonMajor",
@@ -39,8 +39,8 @@
3939
"description": "Update GitHub Actions versions in docs",
4040
"customType": "regex",
4141
"datasourceTemplate": "github-releases",
42-
"fileMatch": [
43-
"^docs/src/content/docs.*\\.md(x)?$"
42+
"managerFilePatterns": [
43+
"/^docs/src/content/docs.*\\.md(x)?$/"
4444
],
4545
"matchStrings": [
4646
"uses: (?<depName>.+)@(?<currentValue>.+)"

0 commit comments

Comments
 (0)