Skip to content

Commit

Permalink
Merge pull request #787 from per1234/npm-dependabot
Browse files Browse the repository at this point in the history
Configure Dependabot to check for outdated npm package dependencies
  • Loading branch information
per1234 authored Oct 16, 2024
2 parents 3a1b210 + c518825 commit 88a0b28
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@ updates:
labels:
- "topic: infrastructure"

- package-ecosystem: npm
directory: /
assignees:
- per1234
open-pull-requests-limit: 100
schedule:
interval: daily
labels:
- "topic: infrastructure"

- package-ecosystem: pip
directory: /
assignees:
Expand Down

0 comments on commit 88a0b28

Please sign in to comment.