Compare commits

..

1 Commits

Author SHA1 Message Date
459781a253 chore: add CODEOWNERS file (#514) 2026-03-22 13:37:48 +02:00
2 changed files with 4 additions and 12 deletions

12
.github/CODEOWNERS vendored
View File

@@ -1,10 +1,2 @@
# Global owners # Default code owner for all files
* @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": [
"customManagers:biomeVersions", "github>ivuorinen/renovate-config",
"github>ivuorinen/renovate-config" "customManagers:biomeVersions"
], ],
"pinDigests": true, "pinDigests": true,
"platformAutomerge": true, "platformAutomerge": true,