File tree Expand file tree Collapse file tree 2 files changed +4
-65
lines changed
Expand file tree Collapse file tree 2 files changed +4
-65
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010### Changed
1111
1212- 💄 style(domain)-enhance readability with format string(pr [ #100 ] )
13+ - 🔧 chore(config)-streamline renovate configuration(pr [ #101 ] )
1314
1415## [ 0.2.32] - 2025-06-28
1516
@@ -332,6 +333,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
332333[ #98 ] : https://github.com/jerus-org/lambda_sqs/pull/98
333334[ #99 ] : https://github.com/jerus-org/lambda_sqs/pull/99
334335[ #100 ] : https://github.com/jerus-org/lambda_sqs/pull/100
336+ [ #101 ] : https://github.com/jerus-org/lambda_sqs/pull/101
335337[ Unreleased ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.32...HEAD
336338[ 0.2.32 ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.31...v0.2.32
337339[ 0.2.31 ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.30...v0.2.31
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3- "dependencyDashboard" : true ,
4- "rangeStrategy" : " bump" ,
53 "schedule" : [
64 " * 0-5 24 * *"
75 ],
8- "packageRules" : [
9- {
10- "sourceUrl" : " https://github.com/jerus-org/circleci-toolkit" ,
11- "enabled" : true ,
12- "matchPackageNames" : [
13- " /jerus-org/circleci-toolkit/"
14- ]
15- },
16- {
17- "groupName" : " futures packages" ,
18- "matchPackageNames" : [
19- " /^futures[-_]?/"
20- ]
21- },
22- {
23- "groupName" : " serde packages" ,
24- "matchPackageNames" : [
25- " /^serde[-_]?/"
26- ]
27- },
28- {
29- "groupName" : " tokio packages" ,
30- "matchPackageNames" : [
31- " /^tokio[-_]?/"
32- ]
33- },
34- {
35- "groupName" : " tracing packages" ,
36- "matchPackageNames" : [
37- " /^tracing[-_]?/" ,
38- " !tracing-opentelemetry"
39- ]
40- },
41- {
42- "groupName" : " liquid packages" ,
43- "matchPackageNames" : [
44- " /^liquid[-_]?/" ,
45- " /^kstring$/"
46- ]
47- },
48- {
49- "automerge" : true ,
50- "matchPackageNames" : [
51- " /github/codeql-action/" ,
52- " /ossf/scorecard-action/" ,
53- " /actions/upload-artifact/" ,
54- " /actions/checkout/"
55- ]
56- }
57- ],
58- "customManagers" : [
59- {
60- "customType" : " regex" ,
61- "fileMatch" : [
62- " ^rust-toolchain\\ .toml?$"
63- ],
64- "matchStrings" : [
65- " channel\\ s*=\\ s*\" (?<currentValue>\\ d+\\ .\\ d+\\ .\\ d+)\" "
66- ],
67- "depNameTemplate" : " rust" ,
68- "packageNameTemplate" : " rust-lang/rust" ,
69- "datasourceTemplate" : " github-releases"
70- }
6+ "extends" : [
7+ " github>jerusdp/renovate-config:default.json"
718 ]
729}
You can’t perform that action at this time.
0 commit comments