Skip to content

Commit

Permalink
Try out a very non-noisy dependabot
Browse files Browse the repository at this point in the history
Setting it at a monthly interval would be interesting to try out. The "daily" we have in standard/standard and others is a bit too noisy for my taste. "weekly" might be better, but I would like to try "monthly" first and increase it if we find it to be too infrequent.
  • Loading branch information
voxpelli committed Jan 7, 2022
1 parent cade6a5 commit 711f1e8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,21 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
labels:
- "dependency"
# Always increase the version requirement to match the new version.
versioning-strategy: increase

- package-ecosystem: "github-actions"
directory: "/"
ignore:
- dependency-name: "actions/*"
update-types:
["version-update:semver-minor", "version-update:semver-patch"]
schedule:
interval: "monthly"
labels:
- "github-actions"

0 comments on commit 711f1e8

Please sign in to comment.