Skip to content
Snippets Groups Projects
Unverified Commit 6e0a56eb authored by Artem Pelenitsyn's avatar Artem Pelenitsyn Committed by GitHub
Browse files

Add dependabot for github workflows


This will alert of outdated actions used in our workflows.

Co-authored-by: default avatarAndreas Abel <andreas.abel@ifi.lmu.de>
parent e714824c
No related branches found
No related tags found
No related merge requests found
# From:
# - https://github.com/haskell/hackage-server
# - https://github.com/rhysd/actionlint/issues/228#issuecomment-1272493095
# - https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
# Set update schedule for GitHub Actions
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment