Skip to content

Commit

Permalink
Merge pull request #18 from MinBZK/feature/dependabot
Browse files Browse the repository at this point in the history
Create dependabot.yml
  • Loading branch information
berrydenhartog authored Feb 20, 2024
2 parents a3fbb45 + 52a2bb4 commit 98f3f66
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"
day: "monday"
time: "08:00"
timezone: "Europe/Amsterdam"
open-pull-requests-limit: 5
labels:
- "github-actions"
- "dependencies"

- package-ecosystem: "pip"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"
day: "monday"
time: "08:00"
timezone: "Europe/Amsterdam"
open-pull-requests-limit: 5
labels:
- "pip"
- "dependencies"

0 comments on commit 98f3f66

Please sign in to comment.