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 674ceb2 commit 239cc02Copy full SHA for 239cc02
.github/workflows/pull_request.yml
@@ -1,6 +1,9 @@
1
name: pull request
2
3
on:
4
+ push:
5
+ branches:
6
+ - renovate/**
7
pull_request:
8
branches: [ master ]
9
renovate.json
@@ -1,11 +1,6 @@
{
- "$schema": "https://docs.renovatebot.com/renovate-schema.json",
- "extends": ["config:base"],
- "packageRules": [
- {
- "matchManagers": ["github-actions"],
- "semanticCommitType": "chore",
- "semanticCommitScope": "actions"
- }
10
- ]
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+ "extends": [
+ "github>ydataai/renovate-config"
+ ]
11
}
0 commit comments