diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2024-07-15 15:43:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-15 15:43:11 +0200 |
commit | ba4f2fd14fe32dccfd2f6f969576d65d45e4f456 (patch) | |
tree | a55c2c3c2f1683aec4b2d698ea5a30da71bcd4ba /.github/dependabot.yml | |
parent | 3dbf6fc36d906af8907a99b12c9c7260f2b79116 (diff) | |
download | FlightCore-ba4f2fd14fe32dccfd2f6f969576d65d45e4f456.tar.gz FlightCore-ba4f2fd14fe32dccfd2f6f969576d65d45e4f456.zip |
chore: Change dependabot PR interval to monthly (#977)
to reduce the number of PRs it creates
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r-- | .github/dependabot.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0403561b..a0992405 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ updates: - package-ecosystem: 'npm' directory: '/' schedule: - interval: "weekly" + interval: "monthly" commit-message: prefix: "chore: " @@ -14,7 +14,7 @@ updates: - package-ecosystem: 'npm' directory: '/src-vue' schedule: - interval: "weekly" + interval: "monthly" commit-message: prefix: "chore: " @@ -22,6 +22,6 @@ updates: - package-ecosystem: 'cargo' directory: '/src-tauri' schedule: - interval: "weekly" + interval: "monthly" commit-message: prefix: "chore: " |