libjxl

FORK: libjxl patches used on blog
git clone https://git.neptards.moe/blog/libjxl.git
Log | Files | Refs | Submodules | README | LICENSE

dependabot.yml (703B)


      1 # Copyright (c) the JPEG XL Project Authors. All rights reserved.
      2 #
      3 # Use of this source code is governed by a BSD-style
      4 # license that can be found in the LICENSE file.
      5 
      6 # To get started with Dependabot version updates, you'll need to specify which
      7 # package ecosystems to update and where the package manifests are located.
      8 # Please see the documentation for all configuration options:
      9 # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
     10 
     11 version: 2
     12 updates:
     13   - package-ecosystem: "github-actions"
     14     directory: "/"
     15     schedule:
     16       interval: "weekly"
     17 
     18   - package-ecosystem: pip
     19     directory: /doc/sphinx
     20     schedule:
     21       interval: daily