Skip to content

Commit

Permalink
Merge pull request #131 from nasa/feature-issue-127-group-dependabot-…
Browse files Browse the repository at this point in the history
…updates

Feature issue 127 group dependabot updates
  • Loading branch information
danielfromearth authored Jun 20, 2024
2 parents 7b0b134 + f6e4685 commit a8d9489
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,19 @@ updates:
directory: "/"
schedule:
interval: "monthly"
groups:
pip-dependencies:
patterns:
- "*"
# Raise pull requests for version updates
# to pip against the `develop` branch
target-branch: "develop"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
groups:
gha-dependencies:
patterns:
- "*"
target-branch: "develop"
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [unreleased]

### Added
- [issue #127](https://github.com/nasa/batchee/issues/127): Group dependabot updates into fewer PRs
### Changed
### Deprecated
### Removed
### Fixed

## [1.1.0]

### Added
Expand Down

0 comments on commit a8d9489

Please sign in to comment.