Skip to content

Commit

Permalink
Merge pull request #60 from planet-a-ventures/renovate/configure
Browse files Browse the repository at this point in the history
chore: Configure Renovate
  • Loading branch information
joscha authored Oct 8, 2024
2 parents 77c3c06 + 5d6fe48 commit e72b79d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ jobs:
- name: Check types
run: deno task check
- name: Regenerate V2
uses: nickcharlton/diff-check@main
run: deno task generate-v2-client
- name: Diff porcelain
uses: mmontes11/[email protected]
with:
command: deno task generate-v2-client
message: Generated OpenAPI client is not up to date. Run 'deno task generate-v2-client' and commit the changes.
- name: V2 Smoke Test
run: deno task test:single src/v2/tests/smoke_test.ts
- name: Test
Expand Down
7 changes: 7 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":dependencyDashboardApproval"
]
}

0 comments on commit e72b79d

Please sign in to comment.