Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@
schedule: ["before 8am on Monday"],
},
ignorePaths: [
"**/*-requirements.txt",
".github/renovate.json5",
"gen-requirements.txt",
"dev-requirements.txt",
"docs-requirements.txt",
// pyproject.toml files are intentionally excluded: package versions are managed
// by the release process and are not auto-updated by Renovate.
Expand Down Expand Up @@ -73,5 +72,10 @@
// Disable Renovate for the python version used in GitHub Actions workflows. The version is generated based on tox envs.
enabled: false,
},
{
matchManagers: ["github-actions"],
matchDepNames: ["open-telemetry/opentelemetry-python-contrib"],
enabled: false,
},
],
}
Loading