From 7fb82cf7ffa86805d9c5499a4ecc64d5d3c20f14 Mon Sep 17 00:00:00 2001 From: File Sync Date: Fri, 30 Dec 2022 13:08:55 +0000 Subject: [PATCH] Update .repobot.yml from rom-rb/template-gem --- .repobot.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.repobot.yml b/.repobot.yml index f8f07569b..04df59fce 100644 --- a/.repobot.yml +++ b/.repobot.yml @@ -1,20 +1,24 @@ +########################################################### +# DO NOT EDIT THIS FILE +# # This is a config synced from rom-rb/template-gem repo +########################################################### sources: - repo: rom-rb/template-gem sync: - - "!.github/workflows/ci.yml.erb" - ".repobot.yml.erb" - ".devtools/templates/*.sync:${{dir}}/${{name}}" - ".github/**/*.*" + - ".rspec" + - ".rubocop.yml" - "spec/support/*" - "CODE_OF_CONDUCT.md" - "CONTRIBUTING.md" - "CODEOWNERS" - "LICENSE.erb" + - "README.erb" - "Gemfile.devtools" - - ".rspec" - - ".rubocop.yml" - repo: repobot-app/workflows sync: - ".github/workflows/*.yml"