diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..704c75609 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,31 @@ +# This is the configuration file for Dependabot. You can find configuration information below. +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates +# Note: Dependabot has a configurable max open PR limit of 5 + +version: 2 +updates: + # Maintain dependencies for Airgun itself + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily" + labels: + - "CherryPick" + - "dependencies" + - "6.15.z" + - "6.14.z" + - "6.13.z" + - "6.12.z" + + # Maintain dependencies for our GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + labels: + - "CherryPick" + - "dependencies" + - "6.15.z" + - "6.14.z" + - "6.13.z" + - "6.12.z"