Skip to content
This repository has been archived by the owner on Mar 2, 2023. It is now read-only.

Commit

Permalink
[infra] Add Renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu authored Feb 17, 2023
1 parent aafbaec commit a3357c6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"automerge": true,
"extends": ["config:base", "default:timezone(America/Phoenix)", "docker:disableMajor"],
"vulnerabilityAlerts": {
"labels": ["security"]
},
"java": {
"packageRules": [
{
"matchPackagePatterns": ["^org\\.noelware[.:]"],
"matchManagers": ["gradle"],
"registryUrls": ["https://maven.noelware.org", "https://maven.noelware.org/snapshots"]
}
]
}
}

0 comments on commit a3357c6

Please sign in to comment.