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
23 changes: 23 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"automergeType": "pr",
"platformAutomerge": true,
"prHourlyLimit": 1,
"packageRules": [
{
"description": "Automerge low-risk updates (patch bumps and pin updates)",
"matchUpdateTypes": ["patch", "pin"],
"automerge": true
},
{
"description": "Ignore fullsend self-references (own reusable workflows and actions)",
"matchManagers": ["github-actions"],
"matchPackageNames": ["/^fullsend-ai\\//"],
"enabled": false
}
],
"git-submodules": {
"enabled": true
Comment thread
ralphbean marked this conversation as resolved.
}
}
Comment thread
ralphbean marked this conversation as resolved.
Loading