Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ updates:
schedule:
interval: daily
labels:
- '6.19.z'
- '6.18.z'
- '6.17.z'
- '6.16.z'
Expand All @@ -25,6 +26,7 @@ updates:
schedule:
interval: daily
labels:
- '6.19.z'
- '6.18.z'
- '6.17.z'
- '6.16.z'
Expand Down
2 changes: 1 addition & 1 deletion conf/robottelo.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion robottelo/constants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down