We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69955a4 commit fa65db0Copy full SHA for fa65db0
.github/workflows/pull-request.yml
@@ -3,6 +3,9 @@ name: Pull Request
3
4
5
on:
6
+ push:
7
+ branches:
8
+ - renovate/**
9
pull_request:
10
branches:
11
- main
renovate.json
@@ -1,11 +1,6 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
- "extends": ["config:base"],
- "packageRules": [
- {
- "matchManagers": ["github-actions"],
- "semanticCommitType": "chore",
- "semanticCommitScope": "actions"
- }
+ "extends": [
+ "github>ydataai/renovate-config"
]
}
0 commit comments