mirror of
https://github.com/juherr/kill-the-news.git
synced 2026-09-19 13:12:19 +00:00
Dependabot will now open PRs when new versions of actions/checkout and actions/setup-node are released, keeping the pinned SHAs up to date. Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
15 lines
281 B
YAML
15 lines
281 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "npm"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
groups:
|
|
dev-dependencies:
|
|
dependency-type: "development"
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|