Skip to content

Commit a6161de

Browse files
chore(main): release validate-renovate-config 0.1.1
1 parent 828a377 commit a6161de

File tree

3 files changed

+26
-4
lines changed

3 files changed

+26
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"actions/create-github-app-token": "0.2.0",
2525
"actions/run-capslock": "0.2.0",
2626
"actions/azure-trusted-signing": "1.0.0",
27-
"actions/validate-renovate-config": "0.1.0",
27+
"actions/validate-renovate-config": "0.1.1",
2828
"actions/cleanup-branches": "0.2.1",
2929
"actions/docker-build-push-image": "0.1.0",
3030
"actions/docker-export-digest": "0.1.0",

actions/validate-renovate-config/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/grafana/shared-workflows/compare/validate-renovate-config/v0.1.0...validate-renovate-config/v0.1.1) (2025-10-30)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **renovate:** add explicit renovate version and bump node version ([#1433](https://github.com/grafana/shared-workflows/issues/1433)) ([c5c5b6b](https://github.com/grafana/shared-workflows/commit/c5c5b6baa43bf321ac7243e19e7664abaa319eae))
9+
10+
11+
### 📝 Documentation
12+
13+
* **validate-renovate-config:** make release please update the readme on each release ([#1401](https://github.com/grafana/shared-workflows/issues/1401)) ([545f151](https://github.com/grafana/shared-workflows/commit/545f151cc9c2fc0d57b130bddda7ebedef6782d7))
14+
15+
16+
### 🔧 Miscellaneous Chores
17+
18+
* **deps:** update actions/setup-node action to v5 ([#1387](https://github.com/grafana/shared-workflows/issues/1387)) ([09ab8cf](https://github.com/grafana/shared-workflows/commit/09ab8cfef74475a91f980c38632f292de416d43d))
19+
* **deps:** update actions/setup-node action to v6 ([#1431](https://github.com/grafana/shared-workflows/issues/1431)) ([4850057](https://github.com/grafana/shared-workflows/commit/4850057ebf5b9af139c7bed3f714ef0d4f8f00d9))
20+
* **deps:** update dependency renovate to 41.153 ([#1448](https://github.com/grafana/shared-workflows/issues/1448)) ([eddc7ba](https://github.com/grafana/shared-workflows/commit/eddc7baf60e2dbe2287bc626e2375ed4116eac1e))
21+
* **deps:** update dependency renovate to 41.155 ([#1449](https://github.com/grafana/shared-workflows/issues/1449)) ([93f1ff8](https://github.com/grafana/shared-workflows/commit/93f1ff8d6267af9094e988eb79c1fbb184d04e24))
22+
* **deps:** update dependency renovate to 41.159 ([#1453](https://github.com/grafana/shared-workflows/issues/1453)) ([5b72157](https://github.com/grafana/shared-workflows/commit/5b721570ff5de1cf9ec30a26e501c851b2d0e877))
23+
* **deps:** update dependency renovate to 41.160 ([#1469](https://github.com/grafana/shared-workflows/issues/1469)) ([828a377](https://github.com/grafana/shared-workflows/commit/828a377eed7ee1bc58ab4c0242440368812bdc02))
24+
325
## [0.1.0](https://github.com/grafana/shared-workflows/compare/validate-renovate-config/v0.1.0...validate-renovate-config/v0.1.0) (2025-10-10)
426

527

actions/validate-renovate-config/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
persist-credentials: false
3434
- name: Validate Renovate Config
35-
uses: grafana/shared-workflows/actions/validate-renovate-config@validate-renovate-config/v0.1.0
35+
uses: grafana/shared-workflows/actions/validate-renovate-config@validate-renovate-config/v0.1.1
3636
```
3737
3838
## Validating multiple files
@@ -41,12 +41,12 @@ To validate multiple config files, call the action multiple times:
4141
4242
```yaml
4343
- name: Validate main config
44-
uses: grafana/shared-workflows/actions/validate-renovate-config@validate-renovate-config/v0.1.0
44+
uses: grafana/shared-workflows/actions/validate-renovate-config@validate-renovate-config/v0.1.1
4545
with:
4646
path: renovate.json
4747

4848
- name: Validate preset
49-
uses: grafana/shared-workflows/actions/validate-renovate-config@validate-renovate-config/v0.1.0
49+
uses: grafana/shared-workflows/actions/validate-renovate-config@validate-renovate-config/v0.1.1
5050
with:
5151
path: presets/default.json
5252
```

0 commit comments

Comments
 (0)