Skip to content

Commit

Permalink
refactor(dependabot): update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sbsrnt committed Mar 2, 2024
1 parent f3b628e commit 628b1d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ registries:
github:
type: npm-registry
url: https://npm.pkg.github.com
token: ${{ secrets.GH_ACCESS_TOKEN }}
token: ${{ secrets.GH_TOKEN }}
updates:
- package-ecosystem: "npm"
directory: "/"
registries: [github]
schedule:
interval: "weekly"
day: "saturday"
time: "10:31"
time: "10:35"
timezone: "Europe/Warsaw"
groups:
exile-watch-build-tools:
Expand Down

0 comments on commit 628b1d5

Please sign in to comment.