view .github/dependabot.yml @ 33012:21c1fbc6fbdf stable

GitHub-CI: Use dependabot to periodically check for updated actions. * .github/dependabot.yml: Add new file.
author Markus Mützel <markus.muetzel@gmx.de>
date Mon, 12 Feb 2024 18:48:21 +0100
parents
children
line wrap: on
line source

# 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"