aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/fmt/.github/dependabot.yml
blob: f74783d9733ec2f4f8c5784deee25a498147a127 (plain) (blame)
1
2
3
4
5
6
7
8
version: 2
updates:
  - package-ecosystem: "github-actions" # Necessary to update action hashes.	
    directory: "/"
    schedule:
      interval: "monthly"
    # Allow up to 3 opened pull requests for github-actions versions.
    open-pull-requests-limit: 3