mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-15 07:05:51 -06:00
723e1a132d
* Update 'github-pages.yaml' Workflow - Fix several warnings & enable Caching pip packages * Fix 'github-pages.yaml' Syntax Error * Make Install Dependencies step actually use the 'requirements.txt' File in 'github-pages.yaml' Workflow * Update 'actions/setup-python' from v4 to v5 - Remove the Ignore Rule for Dependabot in '.github/dependabot.yml' File
10 lines
196 B
YAML
10 lines
196 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
ignore:
|
|
- dependency-name: "actions/stale"
|
|
versions: '>= 9'
|