diff --git a/.expeditor/config.yml b/.expeditor/config.yml index ee198d9f8..c8ebbcb76 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -67,6 +67,8 @@ github: release_branches: - main: version_constraint: 6.* + - inspec-7: + version_constraint: 7.* - inspec-5: version_constraint: 5.* - inspec-4: diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3f357b688..675ebb74e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,6 +21,17 @@ updates: - package-ecosystem: bundler target-branch: "inspec-5" directory: "/omnibus" + schedule: + interval: daily + open-pull-requests-limit: 10 +- package-ecosystem: bundler + target-branch: "inspec-7" + directory: "/" + schedule: + interval: daily +- package-ecosystem: bundler + target-branch: "inspec-7" + directory: "/omnibus" schedule: interval: daily open-pull-requests-limit: 10 \ No newline at end of file