Update and rename dependabot.yml to package.yml

This commit is contained in:
andreanadr 2025-10-06 13:23:07 +07:00 committed by GitHub
parent 3944fcf21d
commit ca13ff4aff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ version: 2
updates: updates:
- package-ecosystem: "npm" - package-ecosystem: "npm"
directory: "/" directory: "npm/actions"
schedule: schedule:
interval: "weekly" interval: "weekly"
groups: groups:
@ -11,7 +11,7 @@ updates:
# NPM: Only group minor and patch updates (we want to carefully review major updates) # NPM: Only group minor and patch updates (we want to carefully review major updates)
update-types: [minor, patch] update-types: [minor, patch]
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/" directory: "github/actions"
schedule: schedule:
interval: "weekly" interval: "weekly"
groups: groups: