Skip to content
Merged
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
target-branch: "develop"
schedule:
interval: "weekly"
day: "monday"
Expand All @@ -20,6 +21,7 @@ updates:

- package-ecosystem: "github-actions"
directory: "/"
target-branch: "develop"
schedule:
interval: "weekly"
labels:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
timeout-minutes: 20
strategy:
matrix:
node-version: [18, 20, 22]
node-version: [20, 22, 24]
steps:
- uses: actions/checkout@v6
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ env:

jobs:
deploy-preview:
if: github.actor != 'dependabot[bot]'
name: Deploy Preview
runs-on: ubuntu-latest
steps:
Expand Down
Loading
Loading