Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
pngwn committed Aug 15, 2024
1 parent eeab8af commit 7f77e94
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

version: 2
updates:
- package-ecosystem: "pnpm"
directories:
- "packages/*"
- package-ecosystem: 'npm'
directories:
- 'packages/*'
schedule:
interval: "weekly"
interval: 'weekly'
commit-message:
prefix: "[npm] "
- package-ecosystem: "github-actions"
directory: "/" # dependsabot magically works this out for actions
prefix: '[npm] '
- package-ecosystem: 'github-actions'
directory: '/' # dependabot magically works this out for actions
schedule:
interval: "weekly"
interval: 'weekly'
commit-message:
prefix: "[gha] "
prefix: '[gha] '

0 comments on commit 7f77e94

Please sign in to comment.