Skip to content

Commit

Permalink
feat(TU-10936): add dependabot group config
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Action committed Apr 2, 2024
1 parent 94ad9b8 commit 5673647
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,22 @@ updates:
- package-ecosystem: npm
directory: '/'
schedule:
interval: daily
open-pull-requests-limit: 99
interval: weekly
versioning-strategy: increase
allow:
- dependency-name: '@typeform*'
commit-message:
prefix: 'chore'
include: 'scope'
labels:
- 'dependabot'
groups:
typeform:
patterns:
- '@typeform*'

registries:
gh-packages:
type: npm-registry
url: https://npm.pkg.github.com
token: ${{ secrets.GH_TOKEN }}

0 comments on commit 5673647

Please sign in to comment.