From 860e0ab8f6952b09378f825bc24d45a4c593ae32 Mon Sep 17 00:00:00 2001 From: Ryan Barrett Date: Sat, 24 Dec 2022 08:37:43 -0800 Subject: [PATCH] oops, move CircleCI and GitHub Actions files to .circleci and .github --- config.yml => .circleci/config.yml | 0 dependabot.yml => .github/dependabot.yml | 0 {workflows => .github/workflows}/auto-merge-dependabot.yaml | 0 {workflows => .github/workflows}/codeql-analysis.yml | 0 {workflows => .github/workflows}/dependency-review.yaml | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename config.yml => .circleci/config.yml (100%) rename dependabot.yml => .github/dependabot.yml (100%) rename {workflows => .github/workflows}/auto-merge-dependabot.yaml (100%) rename {workflows => .github/workflows}/codeql-analysis.yml (100%) rename {workflows => .github/workflows}/dependency-review.yaml (100%) diff --git a/config.yml b/.circleci/config.yml similarity index 100% rename from config.yml rename to .circleci/config.yml diff --git a/dependabot.yml b/.github/dependabot.yml similarity index 100% rename from dependabot.yml rename to .github/dependabot.yml diff --git a/workflows/auto-merge-dependabot.yaml b/.github/workflows/auto-merge-dependabot.yaml similarity index 100% rename from workflows/auto-merge-dependabot.yaml rename to .github/workflows/auto-merge-dependabot.yaml diff --git a/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml similarity index 100% rename from workflows/codeql-analysis.yml rename to .github/workflows/codeql-analysis.yml diff --git a/workflows/dependency-review.yaml b/.github/workflows/dependency-review.yaml similarity index 100% rename from workflows/dependency-review.yaml rename to .github/workflows/dependency-review.yaml