Skip to content

Commit

Permalink
Update deps and caching (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
microBob authored Feb 11, 2024
1 parent 9ea2b52 commit 55a78f8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 13 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@
version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: ".github/" # Location of package manifests
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
groups:
pip:
patterns:
- '*'
- package-ecosystem: "github-actions" # See documentation for possible values
directory: ".github/workflows" # Location of package manifests
schedule:
interval: "weekly"
groups:
github:
patterns:
- '*'
4 changes: 3 additions & 1 deletion .github/workflows/autoformat-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Autoformat and Lint

on:
pull_request:
branches: [ "main" ]
push:
branches:
- main
workflow_dispatch:
merge_group:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Spectral Shift

[![Test](https://github.com/Option-2-Games/Spectral-Shift/actions/workflows/test.yml/badge.svg)](https://github.com/Option-2-Games/Spectral-Shift/actions/workflows/test.yml)
<!-- [![Test](https://github.com/Option-2-Games/Spectral-Shift/actions/workflows/test.yml/badge.svg)](https://github.com/Option-2-Games/Spectral-Shift/actions/workflows/test.yml) -->
[![Dependency Review](https://github.com/Option-2-Games/Spectral-Shift/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/Option-2-Games/Spectral-Shift/actions/workflows/dependency-review.yml)
[![Autoformat and Lint](https://github.com/Option-2-Games/spectral-shift/actions/workflows/autoformat-and-lint.yml/badge.svg)](https://github.com/Option-2-Games/spectral-shift/actions/workflows/autoformat-and-lint.yml)

Expand Down

0 comments on commit 55a78f8

Please sign in to comment.