Skip to content

Commit

Permalink
Renovate - consume PE global configuration (#240)
Browse files Browse the repository at this point in the history
Signed-off-by: Liora Milbaum <[email protected]>
  • Loading branch information
lmilbaum authored Nov 24, 2023
1 parent 2ac0a3b commit 2a17cfb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The public registry is updated weekly, by 12pm EST Wednesdays, with any updated
## Registry Status

[![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)
[![Renovate][1]][2]

## Registry Updates

Expand Down Expand Up @@ -46,3 +47,6 @@ the [Telemetry Data Collection Notice](TELEMETRY.md)
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.

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.

[1]: https://img.shields.io/badge/renovate-enabled-brightgreen?logo=renovate
[2]: https://renovatebot.com
10 changes: 7 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"helpers:pinGitHubActionDigests",
"github>platform-engineering-org/.github",
":gitSignOff"
],
"timezone": "America/Toronto",
Expand All @@ -26,6 +25,11 @@
"groupName": "github actions",
"groupSlug": "github-actions",
"commitMessageTopic": "{{depName}}"
},
{
"description": "Disable grouping patch and digest updates",
"matchUpdateTypes": ["patch", "digest"],
"groupName": null
}
],
"ignorePaths": [
Expand All @@ -44,4 +48,4 @@
],
"prHourlyLimit": 20,
"prConcurrentLimit": 5
}
}

0 comments on commit 2a17cfb

Please sign in to comment.