diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6134fd6..7eaae5d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,10 @@ version: 2 - updates: - package-ecosystem: 'pip' - directory: ''/' + directory: '' schedule: interval: 'weekly' + - package-ecosystem: 'github-actions' + directory: '' + schedule: + interval: 'weekly' \ No newline at end of file