Skip to content

Commit

Permalink
chore: disable dependabot rebases
Browse files Browse the repository at this point in the history
Should generate less noise.

Signed-off-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>
  • Loading branch information
AlekSi authored and talos-bot committed Apr 27, 2021
1 parent 4267ed7 commit 8e12ab9
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,14 @@ updates:
time: "01:00"
timezone: "UTC"

# no website for now
- package-ecosystem: "npm"
directory: "/docs/website"
commit-message:
prefix: "chore:"
open-pull-requests-limit: 10
rebase-strategy: disabled
schedule:
interval: "weekly"
day: "monday"
time: "01:00"
timezone: "UTC"

0 comments on commit 8e12ab9

Please sign in to comment.