Skip to content

Commit

Permalink
feat(TU-10936): Add dependabot group config (#645)
Browse files Browse the repository at this point in the history
Co-authored-by: Github Action <[email protected]>
  • Loading branch information
Thr44 and Github Action authored Jul 15, 2024
1 parent 8d418ab commit 1f702aa
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,27 @@ version: 2

updates:
- package-ecosystem: npm
registries:
- gh-packages
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 1f702aa

Please sign in to comment.