Code Monkey home page Code Monkey logo

.github's People

Contributors

honkinggoose avatar rarkins avatar renovate-bot avatar renovate[bot] avatar viceice avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

.github's Issues

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Error type: Cannot find preset's package (github>whitesource/merge-confidence:beta)

Security Policy violation Branch Protection

Allstar has detected that this repository’s Branch Protection security policy is out of compliance. Status:
PR Approvals not configured for branch main

This issue will auto resolve when the policy is in compliance.

Issue created by Allstar. See https://github.com/ossf/allstar/ for more information. For questions specific to the repository, please contact the owner or maintainer.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

github-actions
.github/workflows/test.yml
  • actions/checkout v4.1.5@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
regex
.github/workflows/test.yml
  • renovate 37.353.0

  • Check this box to trigger a request for Renovate to run again on this repository

Allow Husky version 6 updates (Husky 6 is MIT licensed)

Relevant quote from Husky 6.0.0 change-log:

After being in early access for Open Source projects and Sponsors for a limited time, I'm happy to announce that husky 6 is MIT again and can be freely used in commercial projects! 🎉

Source: https://github.com/typicode/husky/releases/tag/v6.0.0

So I think you might want to change this line in the config:

.github/default.json

Lines 83 to 87 in 04ae19d

{
"description": "Restrict husky to v4 due to commercial license for v5",
"packageNames": ["husky"],
"allowedVersions": "<5"
},

We're not updating all Markdown files which reference `renovate/renovate` docker tags

The latest "update references to renovate/renovate" PR 1 did not update the references to renovate/renovate docker tags in the docs/usage/examples/self-hosting.md 2 file.

Example of a reference that was missed: 2:

Docker

Renovate is available for Docker via an automated build renovate/renovate.
It builds latest based on the main branch and all semver tags are published too.
For example, all the following are valid tags:

docker run --rm renovate/renovate
docker run --rm renovate/renovate:25.69.4
docker run --rm renovate/renovate:25.69
docker run --rm renovate/renovate:25

Here is the Renovate configuration that applies to the created PR:

.github/default.json

Lines 46 to 58 in 1cfabab

{
"description": "Update references to Docker tags for renovate/renovate in Markdown files weekly",
"matchPackageNames": ["renovate/renovate"],
"matchPaths": [".md"],
"extends": ["schedule:weekly"],
"automerge": true,
"stabilityDays": 0,
"separateMajorMinor": false,
"commitMessageTopic": "references to {{{depName}}}",
"semanticCommitType": "docs",
"semanticCommitScope": null,
"additionalBranchPrefix": "docs-"
},

I'm not sure what we need to change to get this working?

Footnotes

  1. https://github.com/renovatebot/renovate/pull/12911

  2. https://github.com/renovatebot/renovate/blob/main/docs/usage/examples/self-hosting.md 2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.