Add renovate tests #35

Merged
kovagoadi merged 21 commits from add-renovate-tests into main 2025-11-22 17:13:01 +01:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 37f1542427 - Show all commits

View File

@@ -1,6 +1,8 @@
name: Test Renovate Config
on:
push:
branches:
- main
pull_request:
jobs:

View File

@@ -5,6 +5,6 @@ module.exports = {
extends: ['config:recommended'],
pinDigests: true,
},
autodiscover: false,
autodiscover: true,
};