Skip to content

Commit

Permalink
upgrades & reduce dependabot frequency (#397)
Browse files Browse the repository at this point in the history
### Changelog
None

### Docs

None

### Description

- Upgrade yarn
- Upgrade devDependencies
- Reduce dependabot frequency to monthly
  • Loading branch information
jtbandes authored Dec 16, 2024
1 parent 2f39280 commit 6292dc4
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 264 deletions.
6 changes: 4 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ updates:
directory: /
open-pull-requests-limit: 10
schedule:
interval: daily
interval: monthly
labels: [] # Disable default labels

- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
interval: monthly
labels: [] # Disable default labels
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"@foxglove/eslint-plugin": "2.0.0",
"@foxglove/tsconfig": "2.0.0",
"@types/jest": "29.5.14",
"eslint": "9.14.0",
"eslint": "9.17.0",
"jest": "29.7.0",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"typescript": "5.7.2",
"typescript-eslint": "8.18.0"
"typescript-eslint": "8.18.1"
},
"packageManager": "yarn@4.1.1"
"packageManager": "yarn@4.5.3"
}
Loading

0 comments on commit 6292dc4

Please sign in to comment.