Skip to content

Commit

Permalink
new: extent configuration for ecosystems gomod, nuget and pip
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstam72 committed Sep 4, 2024
1 parent 666bb2e commit 14b697e
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
---
version: 1
version: 2
updates:
- package-ecosystem: gomod
directory: 'samples-go'
schedule:
interval: 'weekly'
- package-ecosystem: npm
directory: 'samples-node'
allow:
- dependency-type: 'production'
schedule:
interval: 'weekly'
- package-ecosystem: nuget
directory: 'samples-net'
schedule:
interval: 'weekly'
- package-ecosystem: pip
directory: 'samples-python'
allow:
- dependency-type: "production"
- dependency-type: 'production'
schedule:
interval: "weekly"
interval: 'weekly'

0 comments on commit 14b697e

Please sign in to comment.