Skip to content

Commit

Permalink
chore(renovate): update renovate config (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
vascoalramos authored Dec 9, 2022
1 parent 8d6d8e5 commit 492a967
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Pull Request


on:
push:
branches:
- renovate/**
pull_request:
branches:
- main
Expand Down
9 changes: 2 additions & 7 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"
}
"extends": [
"github>ydataai/renovate-config"
]
}

0 comments on commit 492a967

Please sign in to comment.