Skip to content

Commit

Permalink
chore: update renovate.json
Browse files Browse the repository at this point in the history
try to point to our organisation
  • Loading branch information
ariwk authored Jun 5, 2024
1 parent 85be09a commit 0335c28
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"config:recommended",
":prNotPending",
":rebaseStalePrs",
":semanticCommits",
":enablePreCommit"
],
Expand All @@ -12,23 +11,20 @@
{
"matchManagers": ["maven"],
"registryUrls": [
"https://maven.pkg.github.com/SchweizerischeBundesbahnen/*",
"https://maven.pkg.github.com/SchweizerischeBundesbahnen/*/",
"https://repo.maven.apache.org/maven2"
],
"allowedVersions": "!/-jboss-|-redhat-|redhat-|-jenkins-|-patch-|-atlassian-|-NODEP$|-atlassian$|-jbossorg-|-SNAPSHOT$|-PFD-|-jbossas-|-does-not-exist|-tc$|-jahia1$/"
},
{
"matchManagers": ["maven"],
"registryUrls": [
"https://maven.pkg.github.com/SchweizerischeBundesbahnen/*/",
"https://repo.maven.apache.org/maven2"
],
"matchDepTypes": ["provided", "runtime"],
"excludePackagePatterns": ["sbb"],
"enabled": false
},
{
"matchManagers": [
"pre-commit"
],
"automerge": true,
"automergeType": "branch",
"ignoreTests": true
}
]
}

0 comments on commit 0335c28

Please sign in to comment.