summaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorJohn Losito <lositojohnj@gmail.com>2021-02-16 15:07:31 +0100
committerGitHub <noreply@github.com>2021-02-16 15:07:31 +0100
commit5e91ae7b03f4692376dc8276ea7601c0829bdb2e (patch)
tree0e3fc50338db097c302eb4e8e60d2110acfc1891 /.github/dependabot.yml
parentAllow dependabot to check python dependencies (diff)
downloadawx-5e91ae7b03f4692376dc8276ea7601c0829bdb2e.tar.xz
awx-5e91ae7b03f4692376dc8276ea7601c0829bdb2e.zip
Change dependabot schedule to monthly
Diffstat (limited to '')
-rw-r--r--.github/dependabot.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 738e1e132b..beda045779 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -4,4 +4,4 @@ updates:
- package-ecosystem: "pip"
directory: "/requirements"
schedule:
- interval: "weekly"
+ interval: "monthly"