diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..ca082f0 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,17 @@ +# Basic `dependabot.yml` file for pip and github actions + +version: 2 +updates: + # Enable version updates for pip + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" + ignore: + - dependency-name: "antlr4-python3-runtime" + + # Enable version updates for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"