Skip to content

Commit 2a17cfb

Browse files
authored
Renovate - consume PE global configuration (#240)
Signed-off-by: Liora Milbaum <lmilbaum@redhat.com>
1 parent 2ac0a3b commit 2a17cfb

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ The public registry is updated weekly, by 12pm EST Wednesdays, with any updated
77
## Registry Status
88

99
[![Validate Devfile stacks](https://github.com/devfile/registry/actions/workflows/validate-stacks.yaml/badge.svg?event=schedule)](https://github.com/devfile/registry/actions/workflows/validate-stacks.yaml)
10+
[![Renovate][1]][2]
1011

1112
## Registry Updates
1213

@@ -46,3 +47,6 @@ the [Telemetry Data Collection Notice](TELEMETRY.md)
4647
For issues relating to a specific devfile stack in this repository, please reach out to the devfile stack maintainer to determine where to open an issue.
4748

4849
For issues relating to the hosted devfile registry service (<https://registry.devfile.io>), or devfile registries in general, please use the [devfile/api](https://github.com/devfile/api/) issue tracker for opening issues. Apply the `area/registry` label to registry issues for better visibility.
50+
51+
[1]: https://img.shields.io/badge/renovate-enabled-brightgreen?logo=renovate
52+
[2]: https://renovatebot.com

renovate.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base",
5-
"helpers:pinGitHubActionDigests",
4+
"github>platform-engineering-org/.github",
65
":gitSignOff"
76
],
87
"timezone": "America/Toronto",
@@ -26,6 +25,11 @@
2625
"groupName": "github actions",
2726
"groupSlug": "github-actions",
2827
"commitMessageTopic": "{{depName}}"
28+
},
29+
{
30+
"description": "Disable grouping patch and digest updates",
31+
"matchUpdateTypes": ["patch", "digest"],
32+
"groupName": null
2933
}
3034
],
3135
"ignorePaths": [
@@ -44,4 +48,4 @@
4448
],
4549
"prHourlyLimit": 20,
4650
"prConcurrentLimit": 5
47-
}
51+
}

0 commit comments

Comments
 (0)