Compare commits

..

1 Commits

Author SHA1 Message Date
3bec3f100c chore(deps): migrate renovate config to shared preset 2026-03-22 12:44:21 +02:00
2 changed files with 12 additions and 4 deletions

12
.github/CODEOWNERS vendored
View File

@@ -1,2 +1,10 @@
# Default code owner for all files # Global owners
* @ivuorinen * @ivuorinen
# Workflow files
.github/workflows/ @ivuorinen
# Security files
SECURITY.md @ivuorinen
suppressions.xml @ivuorinen
.gitleaks.toml @ivuorinen

View File

@@ -1,8 +1,8 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": [
"github>ivuorinen/renovate-config", "customManagers:biomeVersions",
"customManagers:biomeVersions" "github>ivuorinen/renovate-config"
], ],
"pinDigests": true, "pinDigests": true,
"platformAutomerge": true, "platformAutomerge": true,