view .github/dependabot.yml @ 33265:421c45e180ce

maint: Merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 28 Mar 2024 16:26:44 +0100
parents 21c1fbc6fbdf
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"