diff options
| author | Baptiste Mispelon <bmispelon@gmail.com> | 2024-06-26 16:49:04 +0200 |
|---|---|---|
| committer | Baptiste Mispelon <bmispelon@gmail.com> | 2024-06-26 16:49:13 +0200 |
| commit | 6595b2cf4c8b696c21da474513760a420c02c25a (patch) | |
| tree | 20512a3bcb77b90d3747823794040fed359cc086 /.github | |
| parent | d44a9177516214d112b3eaf86be22ed1afbb0c5c (diff) | |
Fixed indentation in yaml file
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependabot.yml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d3365370..509a1b5b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,9 +1,9 @@ version: 2 updates: - - package-ecosystem: "pip" - directory: "/requirements/" - schedule: - interval: "weekly" - day: "monday" - time: "12:00" - timezone: "Europe/Oslo" # hipp hipp hurra + - package-ecosystem: "pip" + directory: "/requirements/" + schedule: + interval: "weekly" + day: "monday" + time: "12:00" + timezone: "Europe/Oslo" # hipp hipp hurra |
