Skip to content

Change the interval for dependabot updates to monthly (#211) #514

Change the interval for dependabot updates to monthly (#211)

Change the interval for dependabot updates to monthly (#211) #514

Workflow file for this run

name: Backup
on:
push:
branches:
- main
schedule:
- cron: 0 0 * * * # Every day of each month
workflow_dispatch:
permissions:
contents: read
jobs:
backup:
name: Backup
uses: exercism/github-actions/.github/workflows/backup-repo.yml@backup-repo
secrets: inherit