Skip to content

Commit

Permalink
ci(dependencies): add dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Dec 10, 2024
1 parent b399517 commit 24f72c5
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
time: "08:00"
target-branch: "develop"
open-pull-requests-limit: 10
groups:
github-actions:
applies-to: version-updates
patterns:
- "actions/*"
- "github/*"
devicon-actions:
applies-to: version-updates
patterns:
- "devicons/*"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
time: "09:00"
target-branch: "develop"
open-pull-requests-limit: 10
groups:
dev-dependencies:
applies-to: version-updates
dependency-type: "development"

- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
time: "10:00"
target-branch: "develop"
open-pull-requests-limit: 10

0 comments on commit 24f72c5

Please sign in to comment.