diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 18adbf6..98e3ba5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,16 @@ version: 2 updates: - - package-ecosystem: "npm" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: 'github-actions' + directory: '/' schedule: - interval: "daily" \ No newline at end of file + interval: 'daily' + - package-ecosystem: 'npm' + directory: '/' + schedule: + interval: 'daily' + groups: + regular: + update-types: + - 'patch' + - 'minor' + versioning-strategy: increase