SIGN IN SIGN UP

github: change dependabot to run monthly

Updating dependency too frequent will cause Fedora dependent crate not
been shipped yet. For example dependabot update the `toml` dependency to
1.0.3 while it is not yet released to Fedora yet
https://src.fedoraproject.org/rpms/rust-toml

This cause nmstate not able to build in Fedora.

Instead of updating dependency weekly, change to monthly check.

Also removed python pip dependency check because we don't have version
requirement on PyYAML, no need to check.

Signed-off-by: Gris Ge <fge@redhat.com>
G
Gris Ge committed
f14f615a20b1e30c6e76b98b2ad5af56e3a8255d
Parent: 1b9774e