c2pa-rs

A fork of https://github.com/contentauth/c2pa-rs/
git clone git://archive.git.mtrnord.blog/mtrnords-photography-manager/c2pa-rs.git
Log | Files | Refs | README

dependabot.yml (483B)


      1 # Please see the documentation for all configuration options:
      2 # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
      3 
      4 version: 2
      5 updates:
      6   - package-ecosystem: "cargo"
      7     directory: "sdk"
      8     schedule:
      9       interval: "daily"
     10 
     11   - package-ecosystem: "cargo"
     12     directory: "export_schema"
     13     schedule:
     14       interval: "daily"
     15 
     16   - package-ecosystem: "cargo"
     17     directory: "make_test_images"
     18     schedule:
     19       interval: "daily"