Skip to content
Open
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
9 changes: 9 additions & 0 deletions renovate-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@
"assignees": ["TimDiekmann", "indietyp"],
"schedule": ["before 2am on saturday"]
},
{
"description": "Automatically bump the org's own reusable-workflow pins without dashboard approval",
"matchManagers": ["github-actions"],
"matchPackageNames": ["hashintel/.github"],
"matchUpdateTypes": ["digest"],
"dependencyDashboardApproval": false,
"minimumReleaseAge": "0 days",
"schedule": ["at any time"]
},
{
"matchManagers": ["docker-compose", "dockerfile"],
"commitMessageTopic": "Docker tag `{{depName}}`",
Expand Down
Loading