Skip to content

Commit

Permalink
Add dependabot instructions to update JS files (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos authored Feb 22, 2024
1 parent c3bb75e commit daf3658
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,29 @@ updates:
- task
- dependencies

- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: github-actions
directory: /
schedule:
interval: "daily"
interval: daily
time: '12:00'
open-pull-requests-limit: 10
labels:
- task
- dependencies

- package-ecosystem: npm
directory: /
schedule:
interval: daily
time: '16:00'
open-pull-requests-limit: 10
labels:
- task
- dependencies
groups:
javascript-dependencies:
patterns:
- '*'
update-types:
- patch
- minor

0 comments on commit daf3658

Please sign in to comment.