Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Oct 14, 2025

This PR adds the minimumDappnodeVersion field to the dappnode_package.json configuration file to specify the minimum required DAppNode version for this package.

Changes Made

  • Added "minimumDappnodeVersion": "0.3.11" to the root dappnode_package.json file
  • Field is placed at the root level of the JSON object for proper configuration structure

Context

The minimumDappnodeVersion field is used by DAppNode to ensure compatibility between packages and the DAppNode platform. By specifying version 0.3.11, this package indicates it requires at least that version of DAppNode to function correctly.

Validation

  • JSON structure remains valid and properly formatted
  • No breaking changes to existing configuration
  • Follows DAppNode package specification standards

This change ensures that users running older versions of DAppNode will be informed about the compatibility requirements before attempting to install this package.

Original prompt

Add or update the following field in the appropriate dappnode_package.json file:

"minimumDappnodeVersion": "0.3.11"

Instructions:

  • If the repository is of type "generic" (as per its name), update the file variants/gnosis/dappnode_package.json (create the file if it does not exist).
  • If the minimumDappnodeVersion field already exists, update it to "0.3.11".
  • If not present, add the field at the root level of the JSON.
  • If the repository is not of type "generic", update dappnode_package.json at the root (create it if it does not exist) with the same logic.
  • Ensure the JSON remains valid after the change.

This pull request was created as a result of the following prompt from Copilot chat.

Add or update the following field in the appropriate dappnode_package.json file:

"minimumDappnodeVersion": "0.3.11"

Instructions:

  • If the repository is of type "generic" (as per its name), update the file variants/gnosis/dappnode_package.json (create the file if it does not exist).
  • If the minimumDappnodeVersion field already exists, update it to "0.3.11".
  • If not present, add the field at the root level of the JSON.
  • If the repository is not of type "generic", update dappnode_package.json at the root (create it if it does not exist) with the same logic.
  • Ensure the JSON remains valid after the change.

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Add minimumDappnodeVersion to dappnode_package.json Add minimumDappnodeVersion field to dappnode_package.json Oct 14, 2025
Copilot AI requested a review from pablomendezroyo October 14, 2025 10:34
@pablomendezroyo pablomendezroyo marked this pull request as ready for review October 14, 2025 10:44
@pablomendezroyo pablomendezroyo merged commit ef61c93 into main Oct 14, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants