Skip to content

Commit

Permalink
Merge branch 'main' into update-to-ruby-3
Browse files Browse the repository at this point in the history
  • Loading branch information
wwahammy authored Sep 3, 2024
2 parents bb9e548 + 81dc390 commit fe7a265
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ updates:
- package-ecosystem: npm
directory: "/"
ignore:
- update-types:
- dependency-name: "*"
update-types:
- version-update:semver-major
schedule:
interval: "weekly"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
node: ${{ matrix.node }}
strategy:
matrix:
os: [ubuntu-latest, ubuntu-20.04]
os: [ubuntu-latest, ubuntu-22.04, ubuntu-20.04]
ruby: [3.0.6]
node: [16.x]
fail-fast: false

0 comments on commit fe7a265

Please sign in to comment.