Skip to content

Commit

Permalink
build: add renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
Citymonstret committed Jan 21, 2024
1 parent a65cc11 commit 4433885
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"ignoreDeps": [],
"labels": ["dependencies"],
"packageRules": [
{
"matchManagers": ["github-actions", "gradle-wrapper"],
"groupName": "github actions"
}
],
"semanticCommitType": "build",
"commitMessagePrefix": "chore(deps): "
}

0 comments on commit 4433885

Please sign in to comment.