Skip to content

Commit 2d1dfe4

Browse files
authored
Merge pull request #78 from jerus-org/renovate/migrate-config
chore(config): migrate renovate config
2 parents 4550b95 + 74a67c3 commit 2d1dfe4

File tree

2 files changed

+39
-38
lines changed

2 files changed

+39
-38
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Changed
1111

1212
- ci(circleci)-update configuration with new parameter(pr [#75])
13+
- chore(config)-migrate renovate config(pr [#78])
1314

1415
### Security
1516

@@ -222,6 +223,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
222223
[#75]: https://github.com/jerus-org/lambda_sqs/pull/75
223224
[#76]: https://github.com/jerus-org/lambda_sqs/pull/76
224225
[#77]: https://github.com/jerus-org/lambda_sqs/pull/77
226+
[#78]: https://github.com/jerus-org/lambda_sqs/pull/78
225227
[Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.20...HEAD
226228
[0.2.20]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.19...v0.2.20
227229
[0.2.19]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.18...v0.2.19

renovate.json

Lines changed: 37 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -7,67 +7,66 @@
77
],
88
"packageRules": [
99
{
10-
"matchPackagePatterns": [
11-
"jerus-org/circleci-toolkit"
12-
],
1310
"sourceUrl": "https://github.com/jerus-org/circleci-toolkit",
14-
"enabled": true
11+
"enabled": true,
12+
"matchPackageNames": [
13+
"/jerus-org/circleci-toolkit/"
14+
]
1515
},
1616
{
17-
"packagePatterns": [
18-
"^futures[-_]?"
19-
],
20-
"groupName": "futures packages"
17+
"groupName": "futures packages",
18+
"matchPackageNames": [
19+
"/^futures[-_]?/"
20+
]
2121
},
2222
{
23-
"packagePatterns": [
24-
"^serde[-_]?"
25-
],
26-
"groupName": "serde packages"
23+
"groupName": "serde packages",
24+
"matchPackageNames": [
25+
"/^serde[-_]?/"
26+
]
2727
},
2828
{
29-
"packagePatterns": [
30-
"^tokio[-_]?"
31-
],
32-
"groupName": "tokio packages"
29+
"groupName": "tokio packages",
30+
"matchPackageNames": [
31+
"/^tokio[-_]?/"
32+
]
3333
},
3434
{
35-
"packagePatterns": [
36-
"^tracing[-_]?"
37-
],
38-
"excludePackageNames": [
39-
"tracing-opentelemetry"
40-
],
41-
"groupName": "tracing packages"
35+
"groupName": "tracing packages",
36+
"matchPackageNames": [
37+
"/^tracing[-_]?/",
38+
"!tracing-opentelemetry"
39+
]
4240
},
4341
{
44-
"packagePatterns": [
45-
"^liquid[-_]?",
46-
"^kstring$"
47-
],
48-
"groupName": "liquid packages"
42+
"groupName": "liquid packages",
43+
"matchPackageNames": [
44+
"/^liquid[-_]?/",
45+
"/^kstring$/"
46+
]
4947
},
5048
{
51-
"matchPackagePatterns": [
52-
"github/codeql-action",
53-
"ossf/scorecard-action",
54-
"actions/upload-artifact",
55-
"actions/checkout"
56-
],
57-
"automerge": true
49+
"automerge": true,
50+
"matchPackageNames": [
51+
"/github/codeql-action/",
52+
"/ossf/scorecard-action/",
53+
"/actions/upload-artifact/",
54+
"/actions/checkout/"
55+
]
5856
}
5957
],
60-
"regexManagers": [
58+
"customManagers": [
6159
{
60+
"customType": "regex",
6261
"fileMatch": [
6362
"^rust-toolchain\\.toml?$"
6463
],
6564
"matchStrings": [
6665
"channel\\s*=\\s*\"(?<currentValue>\\d+\\.\\d+\\.\\d+)\""
6766
],
6867
"depNameTemplate": "rust",
69-
"lookupNameTemplate": "rust-lang/rust",
68+
"packageNameTemplate": "rust-lang/rust",
7069
"datasourceTemplate": "github-releases"
7170
}
7271
]
73-
}
72+
}

0 commit comments

Comments
 (0)