Skip to content

Commit 1e4f559

Browse files
chore(main): release validate-renovate-config 0.1.3
1 parent 1ae612d commit 1e4f559

3 files changed

Lines changed: 15 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"actions/create-github-app-token": "0.2.2",
2323
"actions/run-capslock": "0.2.1",
2424
"actions/azure-trusted-signing": "1.0.1",
25-
"actions/validate-renovate-config": "0.1.2",
25+
"actions/validate-renovate-config": "0.1.3",
2626
"actions/cleanup-branches": "0.2.1",
2727
"actions/docker-build-push-image": "0.3.2",
2828
"actions/docker-export-digest": "0.1.2",

actions/validate-renovate-config/CHANGELOG.md

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

3+
## [0.1.3](https://github.com/grafana/shared-workflows/compare/validate-renovate-config/v0.1.2...validate-renovate-config/v0.1.3) (2026-04-22)
4+
5+
6+
### 🔧 Miscellaneous Chores
7+
8+
* **deps:** update actions/setup-node action to v6.3.0 ([#1770](https://github.com/grafana/shared-workflows/issues/1770)) ([11e75ec](https://github.com/grafana/shared-workflows/commit/11e75ec9a4eb153dcc8a894e2a57b995573cc149))
9+
* **deps:** update dependency renovate to 43.104 ([#1836](https://github.com/grafana/shared-workflows/issues/1836)) ([fff7794](https://github.com/grafana/shared-workflows/commit/fff7794b0b9537b2a37884eef14fa7b184dd4a89))
10+
* **deps:** update dependency renovate to 43.110 ([#1867](https://github.com/grafana/shared-workflows/issues/1867)) ([86ca535](https://github.com/grafana/shared-workflows/commit/86ca535b008126b06a294cbc0965fb784c792645))
11+
* **deps:** update dependency renovate to 43.127 ([#1886](https://github.com/grafana/shared-workflows/issues/1886)) ([3679a93](https://github.com/grafana/shared-workflows/commit/3679a9381aad70bf2554d6c73aa092c0234b65ce))
12+
* **deps:** update dependency renovate to 43.87 ([#1806](https://github.com/grafana/shared-workflows/issues/1806)) ([6469743](https://github.com/grafana/shared-workflows/commit/64697433e0b78485bbc62748adba42db2fd11ddc))
13+
314
## [0.1.2](https://github.com/grafana/shared-workflows/compare/validate-renovate-config/v0.1.1...validate-renovate-config/v0.1.2) (2026-02-27)
415

516

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.2
35+
uses: grafana/shared-workflows/actions/validate-renovate-config@validate-renovate-config/v0.1.3
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.2
44+
uses: grafana/shared-workflows/actions/validate-renovate-config@validate-renovate-config/v0.1.3
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.2
49+
uses: grafana/shared-workflows/actions/validate-renovate-config@validate-renovate-config/v0.1.3
5050
with:
5151
path: presets/default.json
5252
```

0 commit comments

Comments
 (0)