Skip to content

Commit

Permalink
clean up dependabot config
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato committed Oct 21, 2024
1 parent 10cf204 commit e8ce231
Showing 1 changed file with 17 additions and 23 deletions.
40 changes: 17 additions & 23 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,31 +21,25 @@ updates:
schedule:
interval: "daily"
open-pull-requests-limit: 10
groups:
ghactions:
update-types:
- "minor"
- "patch"

# setup-zeitgeist
# Actions
- package-ecosystem: "github-actions"
directory: "/setup-zeitgeist"
schedule:
interval: "daily"
open-pull-requests-limit: 10

# setup-bom
- package-ecosystem: "github-actions"
directory: "/setup-bom"
schedule:
interval: "daily"
open-pull-requests-limit: 10

# setup-tejolote
- package-ecosystem: "github-actions"
directory: "/setup-tejolote"
schedule:
interval: "daily"
open-pull-requests-limit: 10

# publish-release
- package-ecosystem: "github-actions"
directory: "/publish-release"
directories:
- "/setup-zeitgeist"
- "/setup-bom"
- "/setup-tejolote"
- "/publish-release"
- "setup-release-notes"
schedule:
interval: "daily"
open-pull-requests-limit: 10
groups:
actions:
update-types:
- "minor"
- "patch"

0 comments on commit e8ce231

Please sign in to comment.