Skip to content

Commit

Permalink
init CODEOWNERS and renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-valdron committed Apr 19, 2024
1 parent 1b6a3a3 commit d44fd08
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Owners of repository
* @michael-valdron
18 changes: 18 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"baseBranches": ["main"],
"packageRules": [
{
"matchUpdateTypes": ["major"],
"matchBaseBranches": "main",
"enabled": false
},
{
"matchUpdateTypes": ["major", "minor"],
"matchBaseBranches": "main",
"matchManagers": ["gomod"],
"matchDepTypes": ["golang"],
"enabled": false
}
]
}

0 comments on commit d44fd08

Please sign in to comment.