Skip to content

Commit

Permalink
feat: add groups and ignore release candidates
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-mayer committed Feb 5, 2025
1 parent 563b4ad commit d6fe5fe
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/website/"
schedule:
interval: "daily"
labels:
- "housekeeping"
- "documentation"
- "dependencies"
commit-message:
prefix: "chore"
include: "scope"
groups:
version-bump:
applies-to: version-updates
update-types:
- "minor"
- "patch"
- package-ecosystem: "gomod"
directory: "/"
schedule:
Expand All @@ -10,6 +27,15 @@ updates:
commit-message:
prefix: "chore"
include: "scope"
groups:
version-bump:
applies-to: version-updates
update-types:
- "minor"
- "patch"
ignore:
- dependency-name: "*"
versions: ["*-rc.*"]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand All @@ -19,6 +45,12 @@ updates:
commit-message:
prefix: "chore"
include: "scope"
groups:
version-bump:
applies-to: version-updates
update-types:
- "minor"
- "patch"
- package-ecosystem: "docker"
directory: "/"
schedule:
Expand All @@ -28,3 +60,9 @@ updates:
commit-message:
prefix: "chore"
include: "scope"
groups:
version-bump:
applies-to: version-updates
update-types:
- "minor"
- "patch"

0 comments on commit d6fe5fe

Please sign in to comment.