Skip to content

Commit

Permalink
Add GitHub Actions to dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
maxileith committed Dec 11, 2023
1 parent 0d2e458 commit a5d51a9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,20 @@ updates:
ignore:
- dependency-name: "@types/node"
update-types: ["version-update:semver-major"]

# Enable version updates for GitHub Actions
- package-ecosystem: github-actions
directory: /
# Check the pip registry for updates every day (weekdays)
schedule:
interval: daily
time: "04:00"
# Use CET
timezone: Europe/Berlin
reviewers:
- maxileith
assignees:
- maxileith
commit-message:
# Prefix all commit messages with "ci: "
prefix: "ci"

0 comments on commit a5d51a9

Please sign in to comment.