diff options
author | John Losito <lositojohnj@gmail.com> | 2021-02-16 15:07:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-16 15:07:31 +0100 |
commit | 5e91ae7b03f4692376dc8276ea7601c0829bdb2e (patch) | |
tree | 0e3fc50338db097c302eb4e8e60d2110acfc1891 /.github/dependabot.yml | |
parent | Allow dependabot to check python dependencies (diff) | |
download | awx-5e91ae7b03f4692376dc8276ea7601c0829bdb2e.tar.xz awx-5e91ae7b03f4692376dc8276ea7601c0829bdb2e.zip |
Change dependabot schedule to monthly
Diffstat (limited to '')
-rw-r--r-- | .github/dependabot.yml | 2 |
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" |