chore: switch from dependabot to renovate - #61
Open
yamaceay wants to merge 5 commits into
Open
Conversation
Author
|
Command: RENOVATE_CONFIG_FILE=/path/to/ai-sdk-python/renovate.json LOG_LEVEL=debug npx --yes renovate --token "$(gh auth token)" --dry-run SAP/ai-sdk-pythonOutputs: DEBUG: Found 17 package file(s) (repository=SAP/ai-sdk-python, baseBranch=main)
INFO: Dependency extraction complete (repository=SAP/ai-sdk-python, baseBranch=main)
"stats": {
"managers": {
"github-actions": {"fileCount": 13, "depCount": 49},
"pep621": {"fileCount": 4, "depCount": 56}
},
"total": {"fileCount": 17, "depCount": 105}
}
...
DEBUG: Renovate repository PR statistics (repository=SAP/ai-sdk-python)
"stats": {"total": 2, "open": 2, "closed": 0, "merged": 0}
DEBUG: Repository result: undefined, status: onboarding, enabled: true, onboarded: false (repository=SAP/ai-sdk-python)
DEBUG: Repository timing splits (milliseconds) (repository=SAP/ai-sdk-python)
"splits": {
"init": 18898,
"onboarding": 1317,
"extract": 3504,
"lookup": 3911,
"update": 0
},
"total": 27964
DEBUG: Package cache statistics (repository=SAP/ai-sdk-python)
"get": {"count": 81, "avgMs": 362, "medianMs": 352, "maxMs": 1068, "totalMs": 29344},
"set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0} |
marikaner
reviewed
Aug 13, 2026
| @@ -0,0 +1,12 @@ | |||
| { | |||
| "$schema": "https://docs.renovatebot.com/renovate-schema.json", | |||
| "extends": ["config:recommended"], | |||
Contributor
There was a problem hiding this comment.
[pp] Consider other presets: https://docs.renovatebot.com/upgrade-best-practices/
https://github.com/SAP/ai-sdk-js/blob/main/.github/renovate.jsonc
Author
There was a problem hiding this comment.
Now I took over and changed some parts of renovate.jsonc as seen in the commit 05fd3f4, not sure yet if this is fully compatible
Comment on lines
+7
to
+9
| "description": "Group CodeQL actions into a single PR", | ||
| "matchPackagePatterns": ["github/codeql-action/*"], | ||
| "groupName": "codeql" |
Contributor
There was a problem hiding this comment.
also, check this comment: https://github.com/SAP/ai-sdk-js/pull/2066/changes#r3710115503
This apparently works (I confirmed with this update: SAP/ai-sdk-js#2142), however it might come from another preset that we use. ¯\(ツ)/¯
yamaceay
force-pushed
the
ci/renovate-bot
branch
from
August 13, 2026 11:29
22c017f to
05fd3f4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR aims to switch from Dependabot to Renovate to ping new dependency updates. Done in two parts: (1) Create renovate config, (2) Delete existing Dependabot workflow
Open questions remain such as but not limited to: (1) How frequently shall we receive the dependency updates?
(2) Is
chore(deps)good to go as a prefix orfix(deps)shall be included too?