Skip to content

Commit

Permalink
Allow dependabot to open PRs (#1099)
Browse files Browse the repository at this point in the history
* add dependabot config

* Update .github/dependabot.yml

Co-authored-by: immrsd <[email protected]>

---------

Co-authored-by: immrsd <[email protected]>
  • Loading branch information
ggonzalez94 and immrsd authored Aug 14, 2024
1 parent 60ddcf5 commit ac3aa49
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
# Allow Dependabot to open PRs for security issues and general version updates.
# It checks github actions and npm packages (for docs).
# Unfortunately, this is not yet possible for Scarb packages (https://github.com/software-mansion/scarb/issues/1083)
updates:
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: daily
# npm packages for docs
- package-ecosystem: 'npm'
directory: '/docs'
schedule:
interval: 'daily'

0 comments on commit ac3aa49

Please sign in to comment.