https://github.com/strg-at/renovate-config
centralized renovate config
https://github.com/strg-at/renovate-config
config devops strg
Last synced: 3 months ago
JSON representation
centralized renovate config
- Host: GitHub
- URL: https://github.com/strg-at/renovate-config
- Owner: strg-at
- License: mit
- Created: 2023-04-12T20:10:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T09:07:18.000Z (over 1 year ago)
- Last Synced: 2025-03-11T10:25:35.312Z (over 1 year ago)
- Topics: config, devops, strg
- Homepage: https://github.com/strg-at/renovate-config
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
[![pre-commit][pre-commit-shield]][pre-commit-url]
[![taskfile][taskfile-shield]][taskfile-url]
# STRG. Renovate config
This repo stores reusable Renovate configs for various use cases.
Table of Contents
- [Getting Started](#getting-started)
- [Prerequisties](#prerequisties)
- [Initialize repository](#initialize-repository)
- [Configuration](#configuration)
- [Preparation](#preparation)
- [Known Issues](#known-issues)
## Getting Started
### Prerequisties
- [pre-commit][pre-commit]
### Initialize repository
Pre-commit framework need to get initialized.
```console
task pre-commit:init
```
## Configuration
### Preparation
All changes require a PR and review. Create a new branch and reference a Jira ticket, f.e.
```console
git switch -c feature/INPRO-1-configure-resource
```
## Known Issues
[pre-commit]: https://pre-commit.com/
[pre-commit-shield]: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit
[pre-commit-url]: https://github.com/pre-commit/pre-commit
[taskfile-url]: https://taskfile.dev/
[taskfile-shield]: https://img.shields.io/badge/Taskfile-Enabled-brightgreen?logo=task