Skip to content
Snippets Groups Projects
Unverified Commit 8546a454 authored by pccibot's avatar pccibot
Browse files

modulesync 9.5.0-4-g2cf9dc0

parent ada07d96
No related branches found
No related tags found
No related merge requests found
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
# Label to use when marking an issue as stale
staleLabel: wontfix
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false
......@@ -2,4 +2,4 @@
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
modulesync_config_version: '9.4.0'
modulesync_config_version: '9.5.0'
......@@ -7,7 +7,7 @@ group :test do
gem 'voxpupuli-test', '~> 9.0', :require => false
gem 'coveralls', :require => false
gem 'simplecov-console', :require => false
gem 'puppet_metadata', '~> 4.0', :require => false
gem 'puppet_metadata', '~> 5.0', :require => false
end
group :development do
......@@ -17,7 +17,7 @@ group :development do
end
group :system_tests do
gem 'voxpupuli-acceptance', '~> 3.0', :require => false
gem 'voxpupuli-acceptance', '~> 3.5', :require => false
end
group :release do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment