Skip to content

Commit

Permalink
feat: STRF-12284 Add dependabot:
Browse files Browse the repository at this point in the history
- updated dependabot config
  • Loading branch information
bc-max committed Jul 24, 2024
1 parent d0b07e9 commit b53a481
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
version: 2

registries:
npmjs:
type: "npm-registry"
url: "https://registry.npmjs.org"
username: x-access-token
password: ${{secrets.NPM_TOKEN}}

updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily" # Schedule updates to run daily
- package-ecosystem: "npm"
directory: "/"
registries:
- npmjs
schedule:
interval: "daily" # Schedule updates to run daily

0 comments on commit b53a481

Please sign in to comment.