Skip to content

Commit

Permalink
chore(renovate): initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli committed Nov 2, 2023
1 parent 933c43e commit 56049ee
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", ":semanticCommitTypeAll(ci)"],
"labels": ["renovate"],
"reviewersFromCodeOwners": true,
"nvm": {
"fileMatch": ["(^|/)\\.nvmrc$"],
"versioning": "node",
"pinDigests": false
},
"github-actions": {
"fileMatch": ["^(workflow-templates|\\.(?:github|gitea|forgejo)/workflows)/[^/]+\\.ya?ml$", "(^|/)action\\.ya?ml$"]
},
"baseBranches": ["main"]
}

0 comments on commit 56049ee

Please sign in to comment.