inspec/.github/dependabot.yml
Vasundhara Jagdale de83f17314
As there won't be more InSpec 4 release turning off dependabot for inspec-4 branch (#6944)
Signed-off-by: Vasu1105 <vasundhara.jagdale@progress.com>
2024-01-22 20:51:29 +05:30

26 lines
No EOL
573 B
YAML

version: 2
updates:
- package-ecosystem: bundler
target-branch: "main"
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: bundler
target-branch: "main"
directory: "/omnibus"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: bundler
target-branch: "inspec-5"
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: bundler
target-branch: "inspec-5"
directory: "/omnibus"
schedule:
interval: daily
open-pull-requests-limit: 10