Skip to content

Commit

Permalink
Merge pull request #45 from mlibrary/2024-05-01-updates
Browse files Browse the repository at this point in the history
May 2024 dependency updates.
  • Loading branch information
erinesullivan authored May 24, 2024
2 parents aac841f + 628f869 commit f23b3cb
Show file tree
Hide file tree
Showing 4 changed files with 348 additions and 1,719 deletions.
5 changes: 1 addition & 4 deletions .github/PULL_REQUEST_TEMPLATE/dependency_updates_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ Monthly dependency update to help maintain Get This.

## NPM
These dependencies have been updated to their latest versions:
- `cssnano`
- `postcss`
- `postcss-cli`
- `postcss-import`
- `esbuild`

## Workflows
These actions have been updated to their latest versions:
Expand Down
41 changes: 41 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
version: 2
updates:
# Enable version updates for npm
- package-ecosystem: npm
# Look for `package.json` and `lock` files in the `root` directory
directory: /
# Check the npm registry for updates every first day of the month at 6am EST
schedule:
interval: weekly
timezone: America/Detroit
time: "06:00"
# Assign to the lead developer
assignees:
- erinesullivan
# Add the `dependencies` label
labels:
- dependencies

# Enable version updates for GitHub Actions with similar scheduling details
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
timezone: America/Detroit
time: "06:00"
assignees:
- erinesullivan
labels:
- dependencies

# Enable version updates for Gems with similar scheduling details
- package-ecosystem: bundler
directory: /
schedule:
interval: monthly
timezone: America/Detroit
time: "06:00"
assignees:
- niquerio
labels:
- dependencies
Loading

0 comments on commit f23b3cb

Please sign in to comment.