Skip to content

Commit

Permalink
Merge pull request #20 from ccdc-opensource/fix-yamllint-errors
Browse files Browse the repository at this point in the history
Fix yamllint errors (NO_JIRA)
  • Loading branch information
mmaharjan-ccdc authored Apr 10, 2024
2 parents 62ded9c + 5e5e46e commit d96e390
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
19 changes: 10 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
# Dependabot version updates
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates

Expand All @@ -6,27 +7,27 @@ registries:
nuget-artifactory:
type: nuget-feed
url: https://artifactory.ccdc.cam.ac.uk/artifactory/api/npm/v3/ccdc-nuget
username: ${{ secrets.ARTIFACTORY_GH_NUGET_READ_ONLY_USER }}
password: ${{ secrets.ARTIFACTORY_GH_NUGET_READ_ONLY_API }}
username: ${{ secrets.ARTIFACTORY_GH_NUGET_READ_ONLY_USER }}
password: ${{ secrets.ARTIFACTORY_GH_NUGET_READ_ONLY_API }}
nuget-azure-devops:
type: nuget-feed
url: https://pkgs.dev.azure.com/ccdc/_packaging/ccdc/npm/v3/index.json
username: ${{ secrets.AZURE_NUGET_ARTIFACTS_READ_ONLY_USER }}
password: ${{ secrets.AZURE_NUGET_ARTIFACTS_READ_ONLY_TOKEN }}
password: ${{ secrets.AZURE_NUGET_ARTIFACTS_READ_ONLY_TOKEN }}
nuget-public:
type: nuget-feed
url: https://api.npm.org/v3/index.json

npm-artifactory:
type: nuget-feed
url: https://artifactory.ccdc.cam.ac.uk/artifactory/api/npm/ccdc-npm-mix/
username: ${{ secrets.ARTIFACTORY_GH_NPM_READ_ONLY_USER }}
password: ${{ secrets.ARTIFACTORY_GH_NPM_READ_ONLY_API }}
username: ${{ secrets.ARTIFACTORY_GH_NPM_READ_ONLY_USER }}
password: ${{ secrets.ARTIFACTORY_GH_NPM_READ_ONLY_API }}
npm-azure-devops:
type: nuget-feed
url: https://pkgs.dev.azure.com/ccdc/_packaging/ccdc/npm/registry/
url: https://pkgs.dev.azure.com/ccdc/_packaging/ccdc/npm/registry/
username: ${{ secrets.AZURE_NPM_ARTIFACTS_READ_ONLY_USER }}
password: ${{ secrets.AZURE_NPM_ARTIFACTS_READ_ONLY_TOKEN }}
password: ${{ secrets.AZURE_NPM_ARTIFACTS_READ_ONLY_TOKEN }}
npm-public:
type: nuget-feed
url: https://registry.npmjs.org
Expand All @@ -46,7 +47,7 @@ updates:
# Prefix all commit messages with "NO_JIRA"
prefix: "NO_JIRA"

# Enable version updates for NPM
# Enable version updates for NPM
- package-ecosystem: "npm"
registries: "*"
# Look for `package.json` or `package.lock` files in the `root` directory
Expand All @@ -60,7 +61,7 @@ updates:
# Prefix all commit messages with "NO_JIRA"
prefix: "NO_JIRA"

# Enable version update for GitHub Actions
# Enable version update for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
# Check GitHub Actions for updates every day (weekdays)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/common_ccdc_status_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# To make changes persistent, please mark this repository with update_status_check: false
# or make your changes in the github-repository-management/status_check.yml file
name: Common CCDC PR Checks
on: [pull_request] # yamllint disable-line rule:truthy
on: [pull_request] # yamllint disable-line rule:truthy
jobs:
ccdc-commit-hooks-on-pull-request-check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d96e390

Please sign in to comment.