Skip to content

Commit

Permalink
Set up Dependabot version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Jan 15, 2025
1 parent 4bb02ba commit e97712c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Dependabot version updates, see:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "github-actions"
# Directory should be `/` instead of `/.github/workflows` according to the docs.
directory: "/"
schedule:
interval: "daily"
time: "06:00"
timezone: "Europe/Berlin"
- package-ecosystem: "pip"
directory: "/scripts"
schedule:
interval: "daily"
time: "06:00"
timezone: "Europe/Berlin"

0 comments on commit e97712c

Please sign in to comment.