Skip to content

Commit

Permalink
feat: add renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
corang committed Oct 2, 2024
1 parent c015d81 commit 3983b6f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"extends": [
"github>defenseunicorns/uds-common//config/renovate.json5",
":semanticCommits",
":semanticPrefixFixDepsChoreOthers",
"group:all",
"replacements:all",
"workarounds:all"
],
"schedule": ["after 7am and before 9am every weekday"],
"packageRules": [
{
"groupName": "UDS Releaser Support Dependencies",
"labels": ["support-deps"],
"commitMessageTopic": "support-deps",
"packagePatterns": ["*"]
}
]
}

0 comments on commit 3983b6f

Please sign in to comment.