armcord/.github/dependabot.yml
Aiden e31eac11ad
tsconfig oddities fix
- update packages
- new tsconfig
- dependabot NPM weekly -> monthly
- fix inconsistencies in type imports
- fix platform detection
- minor linting fixes
- minor type fixes
2024-08-12 18:30:07 -04:00

13 lines
289 B
YAML

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: npm
directory: "/"
schedule:
interval: monthly
time: "13:00"
open-pull-requests-limit: 99
versioning-strategy: increase