view .github/dependabot.yml @ 33162:5108f56fc8fc bytecode-interpreter

maint: merge default to bytecode-interpreter
author John W. Eaton <jwe@octave.org>
date Wed, 06 Mar 2024 22:55:27 -0500
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"