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
* @ivuorinen
# Workflow files
.github/workflows/ @ivuorinen
# Security files
SECURITY.md @ivuorinen
suppressions.xml @ivuorinen
.gitleaks.toml @ivuorinen
# Default code owner for all files
* @ivuorinen

View File

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