Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsizemore committed May 3, 2024
2 parents 2bc1661 + 9684820 commit eec3867
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: Upload Security Analysis results to GitHub
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif
sarif_file: results.sarif
14 changes: 10 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"lockFileMaintenance": {
"enabled": true,
"extends": [
"schedule:weekly"
]
}
}

0 comments on commit eec3867

Please sign in to comment.