Skip to content

Commit

Permalink
Merge pull request #493 from shayan-deriv/shayan/FEWP-333/fix-dependa…
Browse files Browse the repository at this point in the history
…bot-error

ci: added github-actions config to the dependabot configuration file
  • Loading branch information
ali-hosseini-deriv authored Nov 8, 2024
2 parents f749c41 + 16f02ed commit ce276b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,10 @@ version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

0 comments on commit ce276b9

Please sign in to comment.