Skip to content

Commit

Permalink
Configure Renovate (#4)
Browse files Browse the repository at this point in the history
* Add renovate.json

* Enable conan support

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: fpotier <[email protected]>
  • Loading branch information
renovate[bot] and fpotier committed Jul 16, 2024
1 parent 0d4c12d commit 442c9b4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"conan": {
"enabled": true
}
}
4 changes: 4 additions & 0 deletions .github/workflows/conan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: conan

on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
build:
Expand Down

0 comments on commit 442c9b4

Please sign in to comment.