Skip to content

Commit

Permalink
switched to drupalSite.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lauterman committed Nov 19, 2024
1 parent 23a4fa9 commit 27d0061
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Self-hosted Renovate
uses: renovatebot/github-action@v41.0.2
with:
configurationFile: renovate.json
configurationFile: drupalSite.json
renovate-version: 39.8.0
token: ${{ secrets.RENOVATE_TOKEN }}
env:
Expand Down
5 changes: 4 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>psu-libraries/renovate-presets:drupalSite"
]
}

0 comments on commit 27d0061

Please sign in to comment.