Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency pulumi.null to 0.0.9 #203

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 19, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Pulumi.Null (source) 0.0.8 -> 0.0.9 age adoption passing confidence
Pulumi.Null (source) 0.0.4 -> 0.0.9 age adoption passing confidence

Release Notes

pulumi/pulumi-null (Pulumi.Null)

v0.0.9

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

What's Changed

Full Changelog: pulumi/pulumi-null@v0.0.8...v0.0.9


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

Does the PR have any schema changes?

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

Maintainer note: consult the runbook for dealing with any breaking changes.

@renovate renovate bot force-pushed the renovate/pulumi.null-0.x branch from c02ff79 to 6b27647 Compare September 20, 2024 09:36
ctreatma pushed a commit that referenced this pull request Sep 20, 2024
I misinterpreted the function `ignorePresets` in #202, which actually
ignores the default behavior of ignoring
[ignoreModulesAndTests](https://docs.renovatebot.com/presets-default/#ignoremodulesandtests).
Merging this change should autoclose #203 where renovate is trying to
update content in `**/examples/**`

Signed-off-by: Oscar Cobles <[email protected]>
@renovate renovate bot force-pushed the renovate/pulumi.null-0.x branch 2 times, most recently from 7e7c981 to 7c993f9 Compare September 23, 2024 08:41
@ocobles
Copy link
Contributor

ocobles commented Sep 23, 2024

the default renovate config includes https://docs.renovatebot.com/presets-default/#ignoremodulesandtests which should ignore "/examples/", however it is not working here

@renovate renovate bot force-pushed the renovate/pulumi.null-0.x branch from 7c993f9 to 570b95b Compare September 23, 2024 12:32
@ctreatma
Copy link
Contributor

Since we're overriding nuget.ignorePaths, I think we have to replicate the defaults in our override:

"nuget": {
    "ignorePaths": [
      "**/node_modules/**",
      "**/bower_components/**",
      "**/vendor/**",
      "**/examples/**",
      "**/__fixtures__/**"
    ]
}

@renovate renovate bot force-pushed the renovate/pulumi.null-0.x branch from 570b95b to 6f74add Compare September 25, 2024 18:33
@renovate renovate bot changed the title chore(deps): update dependency pulumi.null to 0.0.6 chore(deps): update dependency pulumi.null to 0.0.7 Sep 25, 2024
@renovate renovate bot force-pushed the renovate/pulumi.null-0.x branch from 6f74add to 2379a37 Compare October 16, 2024 20:26
@renovate renovate bot changed the title chore(deps): update dependency pulumi.null to 0.0.7 chore(deps): update dependency pulumi.null to 0.0.8 Oct 16, 2024
@renovate renovate bot force-pushed the renovate/pulumi.null-0.x branch from 2379a37 to 62f5030 Compare December 13, 2024 19:55
@renovate renovate bot changed the title chore(deps): update dependency pulumi.null to 0.0.8 chore(deps): update dependency pulumi.null to 0.0.9 Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants