diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..81bae9acd --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 + +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index b66daed32..eb4aee9df 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -1,5 +1,9 @@ name: Lint -on: [push, pull_request] +on: + push: + branches-ignore: + - "dependabot/*" + pull_request: jobs: Python: runs-on: ubuntu-20.04