Skip to content

Commit a72e545

Browse files
authored
Update dev dependencies and Dependabot schedule (#1731)
Bump @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 8.44.0, and rollup to 4.50.2 in package.json and package-lock.json. Update Node.js version in Volta config to 20.19.5. Change Dependabot update interval from weekly to monthly for npm and GitHub Actions.
1 parent 6b2f35a commit a72e545

File tree

3 files changed

+162
-193
lines changed

3 files changed

+162
-193
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ updates:
1616
- package-ecosystem: npm
1717
directory: '/website'
1818
schedule:
19-
interval: weekly
19+
interval: monthly
2020
versioning-strategy: increase
2121
groups:
2222
dependencies:
@@ -29,4 +29,4 @@ updates:
2929
- package-ecosystem: github-actions
3030
directory: '/'
3131
schedule:
32-
interval: weekly
32+
interval: monthly

0 commit comments

Comments
 (0)