Skip to content

Commit

Permalink
chore: Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnivekx committed May 9, 2024
1 parent 1e5dbd3 commit 675f6a5
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
# GitHub Actions
- package-ecosystem: github-actions
directory: /
groups:
github-actions:
patterns:
- '*' # Group all Actions updates into a single larger pull request
schedule:
interval: weekly

# npm - pnpm
- package-ecosystem: 'npm'
directory: '/'
target-branch: 'main'
labels:
- 'dependabot :robot:'
schedule:
interval: 'daily'
groups:
deps:
applies-to: version-updates
patterns:
- '*'
update-types:
- 'minor'
- 'patch'

0 comments on commit 675f6a5

Please sign in to comment.