Skip to content

Commit

Permalink
fix: update dependabot config (#174)
Browse files Browse the repository at this point in the history
Co-authored-by: Hubert <[email protected]>
  • Loading branch information
hanabi1224 and LesnyRumcajs authored Oct 13, 2023
1 parent bc05aac commit 45e6cc5
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,28 @@ updates:
open-pull-requests-limit: 1
schedule:
interval: "weekly"
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates#example-disabling-version-updates-for-some-dependencies
ignore:
- dependency-name: "cid"
update-types:
["version-update:semver-major", "version-update:semver-minor"]
- dependency-name: "*ipld*"
update-types:
["version-update:semver-major", "version-update:semver-minor"]
- dependency-name: "bls-signatures"
update-types:
["version-update:semver-major", "version-update:semver-minor"]
- dependency-name: "fvm*"
update-types:
["version-update:semver-major", "version-update:semver-minor"]
- dependency-name: "filecoin*"
update-types:
["version-update:semver-major", "version-update:semver-minor"]
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
groups:
patch-versions:
update-types:
- "patch"
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot#enabling-dependabot-version-updates-for-actions
- package-ecosystem: "github-actions"
directory: "/"
Expand Down

0 comments on commit 45e6cc5

Please sign in to comment.