-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #60 from planet-a-ventures/renovate/configure
chore: Configure Renovate
- Loading branch information
Showing
2 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |