Skip to content

Commit

Permalink
Configure Renovate (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: Gregor Harlan <mail@gh01.de>
  • Loading branch information
renovate[bot] and gharlan authored Mar 25, 2024
1 parent dcc65e3 commit 32d020d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:best-practices",
":timezone(Europe/Berlin)",
":disableDependencyDashboard",
":semanticCommitsDisabled"
],
"packageRules": [
{
"matchManagers": ["github-actions"],
"groupName": "actions",
"schedule": ["on the first day of the month"]
}
]
}

0 comments on commit 32d020d

Please sign in to comment.