Skip to content

Commit

Permalink
Merge pull request #10 from Typeform/feat/TU-10936/add-dependabot-gro…
Browse files Browse the repository at this point in the history
…up-config

feat(TU-10936): add dependabot group config
  • Loading branch information
Thr44 authored Apr 3, 2024
2 parents 94ad9b8 + 5673647 commit ce97776
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 ce97776

Please sign in to comment.