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

Commit

Permalink
Merge from branch master
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Feb 18, 2023
2 parents 365226d + a3357c6 commit eaef693
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 eaef693

Please sign in to comment.