Browse Source

chore: changed dependabot to less frequent updates

Signed-off-by: Manuel Zedel <manuel.zedel@northern.tech>
automatic_bootstrap_artifact
Manuel Zedel 3 years ago
parent
commit
4665ddc882
No known key found for this signature in database GPG Key ID: 26B023069A7BE03C
  1. 10
      .github/dependabot.yml

10
.github/dependabot.yml

@ -1,14 +1,16 @@
version: 2
updates:
- commit-message:
prefix: "chore"
prefix: chore
directory: /
package-ecosystem: gitsubmodule
schedule:
interval: weekly
interval: monthly
day: saturday
- commit-message:
prefix: 'chore'
prefix: chore
directory: /scripts/linkbot/
package-ecosystem: npm
schedule:
interval: weekly
interval: monthly
day: saturday

Loading…
Cancel
Save