diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1f863643e0..a5e699368a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,7 @@ updates: schedule: interval: daily labels: + - '6.19.z' - '6.18.z' - '6.17.z' - '6.16.z' @@ -25,6 +26,7 @@ updates: schedule: interval: daily labels: + - '6.19.z' - '6.18.z' - '6.17.z' - '6.16.z' diff --git a/conf/robottelo.yaml.template b/conf/robottelo.yaml.template index 4d9ad66451..b8f2380a69 100644 --- a/conf/robottelo.yaml.template +++ b/conf/robottelo.yaml.template @@ -15,7 +15,7 @@ ROBOTTELO: RUN_ONE_DATAPOINT: false # Satellite version supported by this branch # UNDR version is used for some URL composition - SATELLITE_VERSION: "6.19" + SATELLITE_VERSION: "6.20" # Update non-ga versions with each release SAT_NON_GA_VERSIONS: - '6.16' diff --git a/robottelo/constants/__init__.py b/robottelo/constants/__init__.py index 790d0bd668..c5395f700c 100644 --- a/robottelo/constants/__init__.py +++ b/robottelo/constants/__init__.py @@ -6,7 +6,7 @@ from nailgun import entities # This should be updated after each version branch -SATELLITE_VERSION = "6.19" +SATELLITE_VERSION = "6.20" SATELLITE_OS_VERSION = "9" # Default system ports