Skip to content

Commit 47acf00

Browse files
authored
Merge pull request #50 from jerus-org/renovate-toolkit
fix: update renovate config to enable jerus-org/circleci-toolkit and add sourceUrl
2 parents 16e1a98 + 24bfcab commit 47acf00

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

.circleci/config.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ parameters:
1717
description: "If true, the success pipeline will be executed."
1818

1919
orbs:
20-
toolkit: jerus-org/circleci-toolkit@1.5.0
20+
toolkit: jerus-org/circleci-toolkit@1.11.0
2121

2222
executors:
2323
rust-env:
@@ -46,6 +46,13 @@ workflows:
4646
- not: << pipeline.parameters.success-flag >>
4747
- << pipeline.parameters.validation-flag >>
4848
jobs:
49+
- toolkit/label:
50+
min_rust_version: << pipeline.parameters.min-rust-version >>
51+
context: pcu-app
52+
filters:
53+
branches:
54+
only:
55+
- main
4956
- toolkit/required_builds:
5057
min_rust_version: << pipeline.parameters.min-rust-version >>
5158
- toolkit/test_doc_build:
@@ -66,7 +73,6 @@ workflows:
6673
- bot-check
6774
ssh_fingerprint: << pipeline.parameters.fingerprint >>
6875
min_rust_version: << pipeline.parameters.min-rust-version >>
69-
label_option: true
7076

7177
on_success:
7278
when:

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### Fixed
11+
12+
- update renovate config to enable jerus-org/circleci-toolkit and add sourceUrl(pr [#50])
13+
814
## [0.2.8] - 2024-09-14
915

1016
### Changed
@@ -95,6 +101,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
95101
[#47]: https://github.com/jerus-org/lambda_sqs/pull/47
96102
[#48]: https://github.com/jerus-org/lambda_sqs/pull/48
97103
[#49]: https://github.com/jerus-org/lambda_sqs/pull/49
104+
[#50]: https://github.com/jerus-org/lambda_sqs/pull/50
105+
[Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.8...HEAD
98106
[0.2.8]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.7...v0.2.8
99107
[0.2.7]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.6...v0.2.7
100108
[0.2.6]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.5...v0.2.6

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"matchPackagePatterns": [
88
"jerus-org/circleci-toolkit"
99
],
10-
"enabled": false
10+
"sourceUrl": "https://github.com/jerus-org/circleci-toolkit",
11+
"enabled": true
1112
},
1213
{
1314
"packagePatterns": [

0 commit comments

Comments
 (0)