Skip to content

Commit 33fb872

Browse files
committed
chore: do not copy dependabot yml to target repos
1 parent 9a7e34f commit 33fb872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upgrade_reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
token: ${{ steps.token.outputs.token }}
4646
- name: Copy files from the template
4747
run: |
48-
for file in $(git ls-files ':!:github/*.yml' ':!:scripts/src/actions/fix-yaml-config.ts' ':!:terraform/*_override.tf' ':!:.github/workflows/*_reusable.yml' ':!:README.md'); do
48+
for file in $(git ls-files ':!:github/*.yml' ':!:scripts/src/actions/fix-yaml-config.ts' ':!:terraform/*_override.tf' ':!:.github/dependabot.yml' ':!:.github/workflows/*_reusable.yml' ':!:README.md'); do
4949
mkdir -p "../github-mgmt/$(dirname "${file}")"
5050
cp -f "${file}" "../github-mgmt/${file}"
5151
done

0 commit comments

Comments
 (0)