Skip to content

Commit

Permalink
fix renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Dec 20, 2024
1 parent 57b2d2c commit 3af4d17
Showing 1 changed file with 2 additions and 35 deletions.
37 changes: 2 additions & 35 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,9 @@
dependencyDashboard: false,
forkProcessing: "enabled",
rebaseWhen: "behind-base-branch",
ignoreUnstable: true,
includePaths: ["**/examples/**"],
packageRules: [
{
matchUpdateTypes: ["major"],
labels: ["update-major"],
},
{
matchUpdateTypes: ["minor"],
labels: ["update-minor"],
},
{
matchUpdateTypes: ["patch"],
labels: ["automerge-patch"],
},
{
matchUpdateTypes: ["digest"],
labels: ["update-digest"],
},
{
matchPackageNames: ["open-telemetry/opentelemetry-collector-releases"],
allowedVersions: "!/cmd/",
Expand All @@ -32,10 +18,6 @@
matchPackageNames: ["grafana/loki"],
allowedVersions: "!/operator/",
},
{
matchPackageNames: ["grafana/tempo"],
allowedVersions: "!/rc/",
},
{
matchPackageNames: [
"ghcr.io/renovatebot/renovate",
Expand All @@ -50,21 +32,6 @@
labels: ["automerge-security-update"],
},
osvVulnerabilityAlerts: true,
maven: {
fileMatch: ["examples/java/pom.xml"],
},
"maven-wrapper": {
fileMatch: ["examples/java/.mvn/wrapper/maven-wrapper.properties$"],
},
gomod: {
fileMatch: ["examples/go/go.mod"],
},
pip_requirements: {
fileMatch: ["examples/python/requirements.txt"],
},
nuget: {
fileMatch: ["examples/dotnet/rolldice.csproj"],
},
customManagers: [
{
customType: "regex",
Expand Down

0 comments on commit 3af4d17

Please sign in to comment.