Skip to content

Commit

Permalink
👷 update dependabot.yml
Browse files Browse the repository at this point in the history
- remove reviewer
- ignore patch update
  • Loading branch information
fa-fifi committed Feb 2, 2024
1 parent 8847203 commit a32d81a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
version: 2
updates:
# Mantain dependencies for Github Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
reviewers:
- "fa-fifi"
commit-message:
prefix: "⬆️ "

# Mantain dependencies for pub
- package-ecosystem: "pub"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
reviewers:
- "fa-fifi"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
commit-message:
prefix: "⬆️ "
versioning-strategy: increase

0 comments on commit a32d81a

Please sign in to comment.