Skip to content

Commit

Permalink
chore: updated depdendabot configs (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamorosi committed Apr 25, 2022
1 parent 2c519e8 commit 3b11840
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,32 @@
version: 2
updates:

# Maintain dependencies for Python
- package-ecosystem: "pip"
directory: "/docs"
schedule:
interval: "weekly"
day: "friday"
time: "05:00"
timezone: "Europe/Amsterdam"
open-pull-requests-limit: 20

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "friday"
time: "05:00"
timezone: "Europe/Amsterdam"
open-pull-requests-limit: 20

# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
day: "friday"
time: "05:00"
timezone: "Europe/Amsterdam"
open-pull-requests-limit: 20

0 comments on commit 3b11840

Please sign in to comment.