# HG changeset patch # User John Rouillard # Date 1672276597 18000 # Node ID 00a47d4addc9a86adf008d655971dd59cbdf19dd # Parent 9f3ca362a41550efc5898e6641fb3937c29ce5b7 Add dependabot dependency scans Not enabling pull requests for issues at this time. diff -r 9f3ca362a415 -r 00a47d4addc9 .github/dependabot.yml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.github/dependabot.yml Wed Dec 28 20:16:37 2022 -0500 @@ -0,0 +1,13 @@ +# To get started with Dependabot version updates, you'll need to +# specify which +# package ecosystems to update and where the package manifests are +# located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" # Location of package manifests + schedule: + interval: "weekly"