Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
dependabot: Group gtk dependencies together
Browse files Browse the repository at this point in the history
  • Loading branch information
pentamassiv committed Jun 6, 2024
1 parent 70e602f commit aa342b1
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,23 @@ updates:
schedule:
interval: "daily"


# Maintain dependencies for cargo workspace
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "daily"
interval: "daily"
# Create a group of dependencies to be updated together in one pull request
groups:
# Name of the group
gtk:
applies-to: version-updates # Applies the group rule to version updates
update-types:
- "minor"
patterns:
- "glib"
- "glib-sys"
- "gdk"
- "gdk-sys"
- "gtk-sys"
- "gtk"
- "gio"

0 comments on commit aa342b1

Please sign in to comment.