annotate .github/dependabot.yml @ 33558:805844e7ff9f default tip @

colormap.m: Override colormaps on axes objects for Matlab Compatibility (bug #65674). * colormap.m: Update documentation to mention that first input arg may be a figure. Redo input validation to accept either an axes or figure object for the target of the function. For Matlab compatibility, if the target is a figure then also find any axes object of the target and delete any colormaps present. Add BIST test for bug #65674. Reorder BIST %!error tests to follow their order in the code.
author Rik <rik@octave.org>
date Mon, 06 May 2024 22:25:25 -0700
parents 21c1fbc6fbdf
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
33012
21c1fbc6fbdf GitHub-CI: Use dependabot to periodically check for updated actions.
Markus Mützel <markus.muetzel@gmx.de>
parents:
diff changeset
1 # Set update schedule for GitHub Actions
21c1fbc6fbdf GitHub-CI: Use dependabot to periodically check for updated actions.
Markus Mützel <markus.muetzel@gmx.de>
parents:
diff changeset
2
21c1fbc6fbdf GitHub-CI: Use dependabot to periodically check for updated actions.
Markus Mützel <markus.muetzel@gmx.de>
parents:
diff changeset
3 version: 2
21c1fbc6fbdf GitHub-CI: Use dependabot to periodically check for updated actions.
Markus Mützel <markus.muetzel@gmx.de>
parents:
diff changeset
4 updates:
21c1fbc6fbdf GitHub-CI: Use dependabot to periodically check for updated actions.
Markus Mützel <markus.muetzel@gmx.de>
parents:
diff changeset
5
21c1fbc6fbdf GitHub-CI: Use dependabot to periodically check for updated actions.
Markus Mützel <markus.muetzel@gmx.de>
parents:
diff changeset
6 - package-ecosystem: "github-actions"
21c1fbc6fbdf GitHub-CI: Use dependabot to periodically check for updated actions.
Markus Mützel <markus.muetzel@gmx.de>
parents:
diff changeset
7 directory: "/"
21c1fbc6fbdf GitHub-CI: Use dependabot to periodically check for updated actions.
Markus Mützel <markus.muetzel@gmx.de>
parents:
diff changeset
8 schedule:
21c1fbc6fbdf GitHub-CI: Use dependabot to periodically check for updated actions.
Markus Mützel <markus.muetzel@gmx.de>
parents:
diff changeset
9 # Check for updates to GitHub Actions every week
21c1fbc6fbdf GitHub-CI: Use dependabot to periodically check for updated actions.
Markus Mützel <markus.muetzel@gmx.de>
parents:
diff changeset
10 interval: "weekly"