Skip to content

Commit

Permalink
Merge pull request #35 from amitsingh-007/f-add-dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
amitsingh-007 authored Jan 11, 2024
2 parents 24ba224 + 471d01b commit 882debb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: 'github-actions'
directory: '/'
open-pull-requests-limit: 100
target-branch: 'dependabot-updates'
labels: []
schedule:
interval: 'monthly'

# Maintain dependencies for pnpm
- package-ecosystem: 'pnpm'
directory: '/'
open-pull-requests-limit: 100
target-branch: 'dependabot-updates'
labels: []
schedule:
interval: 'monthly'

0 comments on commit 882debb

Please sign in to comment.