Skip to content

Commit

Permalink
Merge branch 'develop' into gitattributes-for-prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Koooooo-7 authored Oct 22, 2023
2 parents 2db3f6a + dbe8fc5 commit f065f98
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']

0 comments on commit f065f98

Please sign in to comment.