Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
viqueen committed Jan 27, 2025
1 parent 389ce09 commit db86ffa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
types: [opened, synchronize, reopened]

jobs:
test:
build-and-test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand Down
12 changes: 0 additions & 12 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,9 @@
],
major: {
bumpVersion: "major",
packageRules: [
{
matchPackageNames: ["typescript-package"],
matchCurrentVersion: "/^\\d+\\.\\d+\\.[^0]$/",
},
],
},
minor: {
bumpVersion: "minor",
packageRules: [
{
matchPackageNames: ["typescript-package"],
matchCurrentVersion: "/^\\d+\\.\\d+\\.[^0]$/",
},
],
},
patch: {
bumpVersion: "patch",
Expand Down

0 comments on commit db86ffa

Please sign in to comment.