Skip to content

Commit

Permalink
action: reduce dependabot frequency from weekly to monthly, get rid o…
Browse files Browse the repository at this point in the history
…f email spam (#2289)
  • Loading branch information
trusktr authored Oct 22, 2023
1 parent 2bbb65f commit dbe8fc5
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 @@ -9,9 +9,19 @@ updates:
directory: '/' # Location of package manifests
open-pull-requests-limit: 10
schedule:
interval: 'weekly'
interval: monthly
ignore:
# For all dependencies, trigger pull requests only for semver-major updates (ignore minor and patch).
- dependency-name: '*'
update-types:
['version-update:semver-patch', 'version-update:semver-minor']
- package-ecosystem: 'github-actions'
directory: '/'
open-pull-requests-limit: 10
schedule:
interval: monthly
ignore:
# For all dependencies, trigger pull requests only for semver-major and semver-minor updates (ignore patch).
- dependency-name: '*'
update-types:
['version-update:semver-patch', 'version-update:semver-minor']

1 comment on commit dbe8fc5

@vercel
Copy link

@vercel vercel bot commented on dbe8fc5 Oct 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.