Skip to content

Commit

Permalink
chore: Apply CHT look and feel to AOE Tech Radar v4.4.0 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrablaj authored Aug 30, 2024
1 parent 1c9bfa3 commit 9e282fb
Show file tree
Hide file tree
Showing 16 changed files with 105 additions and 643 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
# Enable version updates for npm
- package-ecosystem: "npm"
# Look for `package.json` and `lock` files in the `root` directory
directory: "/"
# Check the npm registry for updates every day (weekdays)
schedule:
interval: "monthly"
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test AOE Technology Radar
name: Test CHT Technology Radar

on:
pull_request:
Expand All @@ -9,7 +9,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@main
- uses: actions/setup-node@v4
with:
node-version: "lts/*"
Expand Down
22 changes: 0 additions & 22 deletions .github/workflows/semanticore.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
.DS_Store
*.pem
*.tgz
.idea

# debug
npm-debug.log*
Expand Down
1 change: 0 additions & 1 deletion .husky/commit-msg

This file was deleted.

1 change: 0 additions & 1 deletion .husky/pre-commit

This file was deleted.

Loading

0 comments on commit 9e282fb

Please sign in to comment.