Skip to content

Commit

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

feat(TU-10936): add dependabot group config
  • Loading branch information
Thr44 authored Apr 3, 2024
2 parents ce513f1 + 0c7e17e commit cf42b64
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .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
interval: weekly
open-pull-requests-limit: 99
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 cf42b64

Please sign in to comment.