Skip to content

Commit

Permalink
chore(renovate): update renovate config (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
vascoalramos authored Dec 13, 2022
1 parent 674ceb2 commit 239cc02
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: pull request

on:
push:
branches:
- renovate/**
pull_request:
branches: [ master ]

Expand Down
13 changes: 4 additions & 9 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"packageRules": [
{
"matchManagers": ["github-actions"],
"semanticCommitType": "chore",
"semanticCommitScope": "actions"
}
]
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>ydataai/renovate-config"
]
}

0 comments on commit 239cc02

Please sign in to comment.