Skip to content

Commit

Permalink
Re-configure renovate to group all updates into one PR once a week
Browse files Browse the repository at this point in the history
  • Loading branch information
lmilbaum committed Sep 30, 2023
1 parent d3cf72f commit 3c66e0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![Terraform registry](https://img.shields.io/github/v/release/cattle-ops/terraform-aws-gitlab-runner?label=Terraform%20Registry)](https://registry.terraform.io/modules/cattle-ops/gitlab-runner/aws/)
[![Gitter](https://badges.gitter.im/terraform-aws-gitlab-runner/Lobby.svg)](https://gitter.im/terraform-aws-gitlab-runner/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![Actions](https://github.com/cattle-ops/terraform-aws-gitlab-runner/workflows/CI/badge.svg)](https://github.com/cattle-ops/terraform-aws-gitlab-runner/actions)
[![Renovate][1]](https://www.mend.io/renovate/)
<!-- markdownlint-enable MD041/first-line-heading/first-line-h1 -->

# Terraform module for GitLab auto scaling runners on AWS spot instances <!-- omit in toc -->
Expand Down Expand Up @@ -651,3 +652,5 @@ Made with [contributors-img](https://contrib.rocks).
<!-- markdownlint-enable -->
<!-- cSpell:enable -->
<!-- markdown-link-check-enable -->

[1]: https://img.shields.io/badge/renovate-enabled-brightgreen?logo=renovate
4 changes: 3 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:best-practices",
":semanticCommitTypeAll(chore)"
":semanticCommitTypeAll(chore)",
"group:all",
"schedule:weekly"
],
"ignorePaths": [],
"packageRules": [
Expand Down

0 comments on commit 3c66e0c

Please sign in to comment.