mirror of
https://github.com/ivuorinen/actions.git
synced 2026-03-22 21:01:56 +00:00
Compare commits
1 Commits
main
...
chore/migr
| Author | SHA1 | Date | |
|---|---|---|---|
| 3bec3f100c |
12
.github/CODEOWNERS
vendored
12
.github/CODEOWNERS
vendored
@@ -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
|
||||||
|
|||||||
4
.github/renovate.json
vendored
4
.github/renovate.json
vendored
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user