Skip to content

Commit

Permalink
automerge deps
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Schmatzler <[email protected]>
  • Loading branch information
cschmatzler committed Apr 7, 2024
1 parent fec2a71 commit 3d9ee07
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
21 changes: 20 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"dependencyDashboard": false,
"schedule": [
"before 7am"
],
"automergeType": "branch",
"lockFileMaintenance": {
"enabled": true,
"automerge": true
},
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch"
],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- renovate/**
pull_request:
jobs:
test:
Expand All @@ -22,7 +23,7 @@ jobs:
uses: arduino/setup-task@v2

- name: Restore deps and _build cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
deps
Expand Down

0 comments on commit 3d9ee07

Please sign in to comment.