Skip to content

Commit

Permalink
ci(dependabot): include Github Actions in auto-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Nov 15, 2023
1 parent 94e2982 commit fdd79fe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
version: 2
updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'monthly'
commit-message:
prefix: 'ci(github)'

- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'monthly'
commit-message:
prefix: 'build(deps)'
prefix-development: 'build(dev-deps)'

- package-ecosystem: 'npm'
directory: '/e2e/release/sample'
schedule:
Expand Down

0 comments on commit fdd79fe

Please sign in to comment.