Skip to content

Commit

Permalink
Merge pull request #952 from adamtheturtle/yamlfmt-github
Browse files Browse the repository at this point in the history
Format some yaml files
  • Loading branch information
adamtheturtle authored Oct 8, 2024
2 parents 269d56c + 3857ba7 commit bb411c9
Show file tree
Hide file tree
Showing 3 changed files with 226 additions and 224 deletions.
19 changes: 10 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
schedule:
# * is a special character in YAML so you have to quote this string
# Run at 1:00 every day
- cron: '0 1 * * *'
- cron: '0 1 * * *'

jobs:
build:
Expand Down
Loading

0 comments on commit bb411c9

Please sign in to comment.